skipWaiting.d.ts 329 Bytes
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 };