[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 04:35:01 PDT 2024


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

--- Comment #1 from jujjyl at gmail.com ---
Note that when testing the above code, COOP+COEP HTTP headers are required, or otherwise the SharedArrayBuffer object will not be available. A quick way to get those headers is to download an ad hoc [emrun.py](https://raw.githubusercontent.com/emscripten-core/emscripten/main/emrun.py) web server, and run

```
emrun.py --no_browser --port 8000 .
```
in the directory of `a.html` and `a.js`. That will launch a web server that includes the relevant COOP+COEP headers.

-- 
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/20240327/92aa5604/attachment.htm>


More information about the webkit-unassigned mailing list