What causes a Failed to execute 'fetch' on 'ServiceWorkerGlobalScope': 'only-if-cached' can be set only with 'same-origin' mode error?

后端 未结 2 1888
谎友^
谎友^ 2020-11-29 02:15

After upgrading to Chrome 64, I realized that this error appears when I load my page on a new tab.

I can\'t identify where it is on the service worker. Here

2条回答
  •  萌比男神i
    2020-11-29 02:54

    perhaps the cache name is not unique from other applications, seems to fix the issue for me.

提交回复
热议问题