Re: [w3ctag/design-reviews] Anonymous iframes (#639)

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