[Webkit-unassigned] [Bug 252664] REGRESSION: Previewing projects broken in Construct 3 web app with Safari TP 163

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 09:39:51 PST 2023


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

--- Comment #16 from youenn fablet <youennf at gmail.com> ---
@Ashley, you should be able to update the service worker to match both Chrome and Safari behavior while Chrome is catching up.
The fetch event corresponding to the worker script load should have:
- A destination equal to "worker"
- A clientId being the one of the window creating the worker
- A resultingClientId being the worker Id.

The worker Id will be the one associated to fetches done by the worker.
This should allow youth build a dedicated worker id -> window id table.

AFAIK, this should work in both Firefox and recent Safari.
Hope this helps.

-- 
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/20230227/42223f40/attachment.htm>


More information about the webkit-unassigned mailing list