io-sw
v0.0.6
Published
Service worker for InventOne
Maintainers
Readme
io-sw
Invent One
Service Worker - For storing data offline:
- For the network resources necessary to load your app while offline,
use the Cache API (part of service workers).
- For all other data, use IndexedDB (with a promises wrapper).