GoScrobble/web/node_modules/workbox-core/skipWaiting.d.ts

11 lines
329 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import './_version.js';
/**
* Force a service worker to activate immediately, instead of
* [waiting](https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle#waiting)
* for existing clients to close.
*
* @memberof module:workbox-core
*/
declare function skipWaiting(): void;
export { skipWaiting };