-
**[Page Affected](https://developers.google.com/web/fundamentals/architecture/app-shell#:~:text=precaching%20tool%20like-,sw-precache,-.)**
**What needs to be done?**
Replace `sw-precache` to [`sw…
-
In reference to [Stack Overflow](http://stackoverflow.com/questions/40741230/maxageseconds-in-sw-toolbox-not-working), All resources are getting cached as expected but they are not expiring on putting…
-
The underlying `sw-toolbox` library recently added support for a [`networkFirstTimeout`](https://github.com/GoogleChrome/sw-toolbox/pull/34) option and should be adding support for a [`maxCacheEntries…
-
The `importScripts('bower_components/platinum-sw/service-worker.js');` from step 8 eventually leads to the following error:
`http://localhost:5000/bower_components/sw-toolbox/sw-toolbox.js Failed t…
-
Because I had typed something wrong, I decided to start over, however I copied and pasted everything up until this chapter where I discovered my error previously.
Anyways. I can't log in nor out o…
-
Hello everyone, workbox seems to be the best solution at the moment and a technology that's here to stay. They are building a new codebase (3.0) that implements modules, lazy loading, etc.
Some ne…
-
It's *waiting to activate* all the time and the date below *installing* seems strange : 1970
In index.html :
```
```
In the service workers :
```
importScripts('bower_components/sw-to…
-
If a user has too little space on their harddrive or runs chrome on a partition that is space constrained in other ways, then the serviceworker may start up, but then crash with a cryptic message in t…
-
Hey,
I tried to configure external domain caching through the runtimeCaching feature of sw-precache.
I used the options syntax for the external domain conf passed to the array runtimeCaching:
`{
…
-
There are a number of novel things you can build on top of the core `sw-toolbox` library, e.g.:
- Offline Google Analytics
- An Appcache-manifest converter
- A set of cache strategies for resources di…