[Webkit-unassigned] [Bug 149850] Reinstate support for SharedWorkers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 08:22:07 PDT 2020


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

--- Comment #20 from David Graham <david.malcom.graham at gmail.com> ---
>Are there any existing websites…that would use SharedWorkers if they were brought back, or which currently use SharedWorkers in other browsers?

We're using a shared worker process to share a single web socket connection across all browser tabs on the github.com origin. We've been using a one-socket-per-tab implementation for years, but open TCP sockets have finally become a bottleneck in our infrastructure.

We still connect an individual socket in each Safari tab because it doesn't support the SharedWorker API. We would like to use the worker in all browsers, though.

-- 
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/20200713/dca2d6df/attachment.htm>


More information about the webkit-unassigned mailing list