- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 05 Oct 2020 14:36:50 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 October 2020 21:37:03 UTC
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