I think the explainer would benefit from a document/section that explains the core differences to sandboxed iframes like the following:
<iframe src=bloburl sandbox="allow-popups allow-top-navigation-by-user-activation" />
Sandboxed frames are treated as a top level origin if they're opaque (!allow-same-origin).
I'm quite interested if the existing primitives of the web can be used rather than these new ones.
I think the explainer would benefit from a document/section that explains the core differences to sandboxed iframes like the following:
Sandboxed frames are treated as a top level origin if they're opaque (!allow-same-origin).
I'm quite interested if the existing primitives of the web can be used rather than these new ones.