mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
11 lines
329 B
TypeScript
11 lines
329 B
TypeScript
|
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 };
|