[Webkit-unassigned] [Bug 153317] Worker terminated by GC after calling importScripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 23:01:42 PST 2023


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

Kaiido <tristan.fraipont at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tristan.fraipont at gmail.com

--- Comment #2 from Kaiido <tristan.fraipont at gmail.com> ---
Things might have changed since this was first reported, but I'd like to point out that if the snippet still does reproduce in current builds it's because `"data:,"` does not contain a proper JS mimeType. As far as I can see, this is actually in accordance with the specs, and it's a bit weird that other browsers do not throw here (e.g they'd throw with a non "data:" URL resulting in the same mimeType).  
But anyway, what happens currently has nothing to do with GC, and it's normal the worker is terminated before entering the busy loop (an error is even displayed).

-- 
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/20230209/399f39d6/attachment.htm>


More information about the webkit-unassigned mailing list