8fdd1dec27
Service Workers no longer require Canary or flipping flags. |
||
---|---|---|
.. | ||
index.html | ||
readme.md | ||
service-worker.js |
readme.md
Service Worker Sample
See https://googlechrome.github.io/samples/service-worker/basic/index.html for a live demo.
Directions:
- Install Chrome, or another browser that supports Service Workers.
- Open the demo at https://googlechrome.github.io/samples/service-worker/basic/index.html (source)
- Open the Developer Tools. Things are logged there later on.
- Try visiting Cleveland and get a 404. Go back.
- Click the 'Register' button, watch the Inspector console, then try visiting Cleveland again... oooh.
- Go to
chrome://inspect#service-workers
and click onInspect
to open the Inspector and debug your Service Worker (source)