美文网首页
JS 跨标签页通信常见方案

JS 跨标签页通信常见方案

作者: Cherry丶小丸子 | 来源:发表于2023-07-17 16:56 被阅读0次
    BroadCastChannel (广播频道)
    Service Worker
    LocalStorage window.onstroage 监听
    Shared Worker 定时器轮询(setInterval)
    IndexedDB 定时器轮询(setInterval)
    cookie 定时器轮询(setInterval)
    window.open、window.postMessage
    WebScoket

    相关文章

      网友评论

          本文标题:JS 跨标签页通信常见方案

          本文链接:https://www.haomeiwen.com/subject/mougudtx.html