Open bennypowers opened 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.
document.requestStorageAccess()
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.