[Webkit-unassigned] [Bug 271756] Can new Worker() be made to properly operate on the background (maybe when the URL is an in-memory Blob)?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 10 07:49:34 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271756
Anne van Kesteren <annevk at annevk.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |---
CC| |annevk at annevk.nl
See Also| |https://github.com/whatwg/h
| |tml/issues/10228
--- Comment #6 from Anne van Kesteren <annevk at annevk.nl> ---
Reopening this for further consideration given https://github.com/web-platform-tests/wpt/pull/45502 and the discussion in the HTML issue.
In particular, there is nothing in the specification that says comment 0 should not work. It shouldn't necessarily happen synchronously, but the worker should be able to make forward progress independently of what happens on the main thread.
Meanwhile the main thread can either hang and decide to stop running script with a "slow script dialog" or some such or run the script long enough for everything to succeed.
--
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/20240410/f120fbac/attachment-0001.htm>
More information about the webkit-unassigned
mailing list