1. 服务端主动push资源的技术有哪些?
websocket event source
2. 浏览器内不同标签页如何通信?
iframe+postMessage localStorage cookie Window.open
实例:https://xv700.gitee.io/message-communication-for-web/
学习:网络知识
原文:https://www.cnblogs.com/vera-7c/p/13838040.html