1.0.2 • Published 4 years ago

@feizheng/next-offline-sw v1.0.2

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

next-offline-sw

Offline plugin for service worker runtime helper.

version license size download

install

npm install -S @feizheng/next-offline-sw

apis

apiparamsdescription
disabledYou can implement it in your project(default: window.SW_DISABLED)
installoptionsInstall with sevice worker
uninstall-Remove all sevice worker
update-ApplyUpdate & delay refresh
applyUpdate-Apply new resource
refresh-Global.reload

usage

import NxOfflineSw from '@feizheng/next-offline-sw';

// code goes here:
NxOfflineSw.install();

resources

license

Code released under the MIT license.