ship-gis/node_modules/workbox-core/skipWaiting.d.ts

11 lines
264 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
import './_version.js';
/**
* This method is deprecated, and will be removed in Workbox v7.
*
* Calling self.skipWaiting() is equivalent, and should be used instead.
*
* @memberof workbox-core
*/
declare function skipWaiting(): void;
export { skipWaiting };