Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 680 Bytes

service-worker / ReadmeChangelog

Readme

Licence Dependencies Vulnerabilities

Generic service worker class.

Installation

NPM/Yarn

  • NPM: npm install @kisbox/service-worker
  • Yarn: yarn add @kisbox/service-worker

In your script: const ServiceWorker = require("@kisbox/service-worker")