13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chromeで登録されたServiceWorkerを解除する方法

Posted at

経緯

最近PWAのこと調べ始めてお試しで作ってみたのだけど、androidのchromeでアクセスしてみたらServiceWorkerに更新の仕組みを入れてなくて消せなくなった。

対処法

以下のURLにchromeでアクセスする。

chrome://serviceworker-internals/

するとその時登録されているServiceWorkerが一覧で表示されるので、消したい奴を探してunregisterボタンをポチッとする。

そうしたらそのServiceWorkerを使ってるURLに再度アクセスしたら新しいリソースが取得できる。

他にもパソコンと繋いでdevtoolで操作する方法とか見つかったが、これが一番手軽で良かった。

参考

13
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?