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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 09:49:33 PDT 2021


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

Sumer Jabri <sumer.jabri at craftersoftware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sumer.jabri at craftersoftware
                   |                            |.com

--- Comment #35 from Sumer Jabri <sumer.jabri at craftersoftware.com> ---
I work on a project called Crafter CMS (https://craftercms.org). We use SharedWorkers to communicate and sync between multiple browsing contexts and share important runtime data and token(s). Because we require the various tabs to be in sync and a single request to fetch the backend — like our auth token — a regular web worker is not suitable and neither is a service worker because its lifespan is intermittent and we require the worker to be alive as long as any number of tabs are open.

The SharedWorker was the right solution for us.

Please add this feature back.

-- 
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/20210607/56c22237/attachment.htm>


More information about the webkit-unassigned mailing list