@newsteam/legacy-service-worker
v0.0.13
Published
Exports a ServiceWorker class that can be used to automatically configure a server worker for the Assemble framework.
Downloads
33
Readme
@newsteam/legacy-service-worker
Exports a ServiceWorker class that can be used to automatically configure a server worker for the Assemble framework.
Install
$ npm install @newsteam/legacy-service-worker
Simple usage
import { ServiceWorker } from "@newsteam/legacy-service-worker";
const serviceWorker = new ServiceWorker();
serviceWorker.start();
Maintenance
You can run tests with npm test
.