Re: [w3c/ServiceWorker] Define settings object's cross-origin isolated capability for SW (#1545)

Interesting. /cc @annevk. I would have expected this to be done more similar to how shared workers are done.

In particular, is it OK to leave the service worker agent cluster's "cross-origin isolated" as false? That will impact its ability to postMessage SharedArrayBuffers to itself, for example, as well as whether the SharedArrayBuffer global exists. (Or maybe those are broken and should use the capability??)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1545#issuecomment-703902529

Received on Monday, 5 October 2020 21:37:03 UTC