0.0.13 • Published 2 years ago

@newsteam/legacy-service-worker v0.0.13

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

@newsteam/legacy-service-worker

License npm package npm downloads Dependencies DevDependencies

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.

0.0.13

2 years ago

0.0.12

3 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

5 years ago