google / playground-elements

Serverless coding environments for the web.
BSD 3-Clause "New" or "Revised" License
549 stars 55 forks source link

firefox 103 #332

Open bennypowers opened 2 years ago

bennypowers commented 2 years ago

https://discourse.mozilla.org/t/failed-to-register-update-a-serviceworker/102538

Firefox >103 will not allow the service worker to load from the iframe

but playground could perhaps work around this by calling document.requestStorageAccess() in a click handler on the iframe, as per the linked forum post.