-
At the moment toolbox.precache will cache a 404 response.
My initial assumption this in unexpected default behavior (and not something I think would be desirable in any situation).
Would allowing 20…
-
I just installed the app and i cant run gulp i get the following error
`(function (exports, require, module, __filename, __dirname) { import requireDir from 'require-dir';
…
-
https://github.com/GoogleChrome/workbox/issues/757
-
- `network-only`: always download latest from network
- `cache-only`: always load from cache storage (fail if not cached)
- `cache-first`: load from cache if it exist, otherwise download, cache & …
-
i am new to service worker. I have been following Jake's lesson on Udacity but I am lost. I was trying to cache the avatars and i noticed whenever i `npm run serve` i get the error below and my locaho…
-
The current hardcoded Markdown documentation is fragile and there aren't any enforced standards. One of the options described at http://stackoverflow.com/questions/15694267/how-to-easily-create-github…
-
#### Short description of the problem:
Been wrestling with Ionic CLI 3 for hours, both in existing and new projects. npm run build works. ionic serve does not.
Error message:
[DEBUG] !!! ERROR ENC…
-
I am developing a progressive web app. I have a page to which i am trying to add offline effect. Following is my service worker code :
toolbox.precache(['/mobileweb/',
'/mobileweb/i…
-
-
From [Google](https://developers.google.com/web/ilt/pwa/lab-migrating-to-workbox-from-sw-precache-and-sw-toolbox):
> Workbox is the successor to sw-precache and sw-toolbox. It is a collection of …