You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: