web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
329 B

  1. import './_version.js';
  2. /**
  3. * Force a service worker to activate immediately, instead of
  4. * [waiting](https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle#waiting)
  5. * for existing clients to close.
  6. *
  7. * @memberof module:workbox-core
  8. */
  9. declare function skipWaiting(): void;
  10. export { skipWaiting };