[Webkit-unassigned] [Bug 161472] Implement BroadcastChannel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 01:18:40 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=161472

David Fahlander <david.fahlander at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.fahlander at gmail.com

--- Comment #8 from David Fahlander <david.fahlander at gmail.com> ---
Communicating between service worker and DOM windows can be essential for sync use cases in PWAs. Safari is the only modern browser not supporting this.

There is a polyfill for this with its limitations: It doesn't support workers and it doesn't support structured cloning - https://www.npmjs.com/package/broadcastchannel-polyfill.

Polyfilling it for workers is harder to do.

It would be awesome if BroadcastChannel could soon become present in all modern browsers and if only Safari implements it we would be there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210224/f2be0772/attachment.htm>


More information about the webkit-unassigned mailing list