An unknown error occurred when fetching the script (Service Worker)

前端 未结 5 879
温柔的废话
温柔的废话 2021-02-12 17:28

When going offline, I get the following error by my service worker:

(unknown) #3016 An unknown error occurred when fetching the script

my service w

5条回答
  •  太阳男子
    2021-02-12 18:05

    For me this error went away when i added sw.js to the cache upon install. Simply forgot to do that, but it solved the issue.

提交回复
热议问题