This is a demo for the non-cookie Storage Access API extension. See the related blog post and spec.
- Be sure test-third-party-cookie-phaseout is enabled and restart your browser if needed.
- Open the iframe site in its own tab and click somewhere on the page to register user interaction.
- In this window, click 'Open Broadcast Channel' button and approve the permissions prompt.
- In the other window click the same 'Open Broadcast Channel' button (no permission prompt is needed).
- Send messages back and forth using the 'Send' button in either window. You should see each message noted as 'sent' or 'recieved' in the respective window.
- The message was shared via Broadcast Channel using the SAA handle to access unpartitioned storage.
- You can find the code for this site here, and the iframe here.