mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
10 lines
275 B
TypeScript
10 lines
275 B
TypeScript
|
import './_version.js';
|
||
|
/**
|
||
|
* Claim any currently available clients once the service worker
|
||
|
* becomes active. This is normally used in conjunction with `skipWaiting()`.
|
||
|
*
|
||
|
* @memberof module:workbox-core
|
||
|
*/
|
||
|
declare function clientsClaim(): void;
|
||
|
export { clientsClaim };
|