Service worker is caching files but fetch event is never fired

后端 未结 5 1817
独厮守ぢ
独厮守ぢ 2020-12-01 07:14

I have just attempted to implement service workers to cache some JSON files and other assets on a static site (running on localhost chrome Version 47.0.2526.73 (64-bit)). Us

5条回答
  •  一向
    一向 (楼主)
    2020-12-01 07:39

    I had same problem when I used sw.js with Django Framework. Here I've found solution.

提交回复
热议问题