- From: Johnny-John-John <notifications@github.com>
- Date: Sun, 25 Jul 2021 10:11:09 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 25 July 2021 17:11:21 UTC
Hello! @handleybeeman, it would cause issues with using web workers, in short : To use SharedArrayBuffer the site is required to be cross origin isolated, meaning the headers must look like : "Cross-Origin-Embedder-Policy" : "require-corp", "Cross-Origin-Opener-Policy" : "same-origin", which would disallow any external Iframes from now existing. This means that it is impossible to use web workers with SharedArrayBuffer whilst using an Iframe API, for example a Youtube Iframe API. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/639#issuecomment-886231497
Received on Sunday, 25 July 2021 17:11:21 UTC