UNPKG

workbox-window

Version:

Simplifies communications with Workbox packages running in the service worker

9 lines (8 loc) 215 B
import { messageSW } from './messageSW.js'; import { Workbox } from './Workbox.js'; import './_version.js'; /** * @module workbox-window */ export { messageSW, Workbox, }; export * from './utils/WorkboxEvent.js';