skipWaiting.d.ts 264 B

12345678910
  1. import './_version.js';
  2. /**
  3. * This method is deprecated, and will be removed in Workbox v7.
  4. *
  5. * Calling self.skipWaiting() is equivalent, and should be used instead.
  6. *
  7. * @memberof workbox-core
  8. */
  9. declare function skipWaiting(): void;
  10. export { skipWaiting };