-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How could a credentialless iframe use BroadcastChannel? #15
Comments
Iframe credentialless does not mention specifically BroadcastChannel, but the behavior is the consequence of partitioning all the storage APIs . The added The main goal with the design of iframe credentialless is to ease adoption of COOP/COEP, so we wanted every APIs to continue to work and not throw errors. We wanted to avoid breaking framed document. So the BroadcastChannel is quite useless, but still "usable". |
Wait, I thought the |
What was misleading to me was
It doesn't seem like it should be able to obtain any data really. |
The nonce is indeed per document. Nothing changed.
The API won't throw errors, but the iframe credentialless will be very lonely. It can only talk to itself, or with a second iframe credentialless inside the same top-level document. |
How could it talk with a second iframe? |
I was wrong above, what I found misleading was:
How would this work with |
Wouldn't that only allow talking to itself? Or it would construct an instance in its parent or something like that?
The text was updated successfully, but these errors were encountered: