[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
Fri Feb 24 15:43:59 PST 2023


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #4)
> https://preview.construct.net/internals/expFuncs.js is one of the failing
> URLs. Looking at our logging, I see that we decide not to use the service
> worker for this load because `loader.parameters().serviceWorkersMode ==
> ServiceWorkersMode::None`

I see 2 attempts to load https://preview.construct.net/internals/expFuncs.js.

The first one comes from a dedicated worker and gets handled by the service worker, as expected.

The second one comes from a service worker and that's the one which doesn't get handled by a service worker (which makes sense I think).

It is unclear to me at this point why the service worker tries to load the script since it is not a valid URL (404).

-- 
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/20230224/418c58c7/attachment.htm>


More information about the webkit-unassigned mailing list