How to load website offline from base url using Service Workers and Cache Api?
问题 When you visit this web site https://bugs.stringmanolo.ga/index.html, while navigating around the main.js file is calling a method from ff.js file to cache a good amount of the resources. So next time you land to the web the files are directly taken from your browser cache without make any request. This means if you visited my website before, you can load it again without internet conection. The problem is, this only works if you directly time the index.html file in the addressbar. Lame. Thid