[toc]
- Web Components will replace your frontend framework
- CSS Houdini Could Change the Way We Write and Manage CSS
- [硬核文] 前端核心代码保护技术面面观
- line-clamp 多行文本溢出
- rrweb:打开 web 页面录制与回放的黑盒子
- BroadcastChannel API
The BroadcastChannel interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all BroadcastChannel objects listening to the channel.