LoginSignup
1
0

More than 5 years have passed since last update.

ServiceWorker で困ったこと

Last updated at Posted at 2018-05-03

start_url

manifest.json中のstart_urlは、/で終わらないとディレクトリと認識しない
ChromeのF12->Application->Presentation->Start URLを眺めて気づいた。時間返せ

どこに気をつける

manifest.json中のURL表記に注意する。

"start_url": "https://peixe.biz/junk/sw/", 

"start_url": "https://peixe.biz/junk/sw",

「注意する」じゃねーよ気づけよ(15分

1
0
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
1
0