Post

Replies

Boosts

Views

Activity

Reply to Safari Extension: The service_worker script failed to load due to an error.
I believe this is a bug in Safari. Safari MV3 supports the background.page key (so-called 'Event Pages') which you might be able to use as a workaround. Try something like In manifest: background: {page: background.html} In background.html: <script src="my_service_worker.js"></script> Since incorporating my "service worker" like this I have stopped seeing the error (touch wood).
Topic: Safari & Web SubTopic: General Tags:
Apr ’24
Reply to Safari Extension: The service_worker script failed to load due to an error.
I believe this is a bug in Safari. Safari MV3 supports the background.page key (so-called 'Event Pages') which you might be able to use as a workaround. Try something like In manifest: background: {page: background.html} In background.html: <script src="my_service_worker.js"></script> Since incorporating my "service worker" like this I have stopped seeing the error (touch wood).
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to How to reset Safari Extensions and their permissions
You need to turn on the debug menu in Safari grant full disk access to Terminal run defaults write com.apple.Safari IncludeInternalDebugMenu -bool true In the debug menu select Extensions > reset web extensions state But I would like to know how to do this on iOS.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24