[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 Mar 27 17:07:34 PDT 2024


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                            |ap at webkit.org,
                   |                            |cdumez at apple.com
          Component|JavaScriptCore              |WebCore Misc.

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
This is an interesting idea, but probably not. This would be quite tricky, as Worker code is generally expecting main thread to be available, and there can be quite a bit or work happening behind the scenes (Web Inspector delegates is one example that comes to mind quickly).

Perhaps more importantly, I don't think that we'd be encouraging blocking main thread while waiting for background thread operation, the whole point of workers is that they work without blocking the main thread.

-- 
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/20240328/4a00eec7/attachment.htm>


More information about the webkit-unassigned mailing list