service-worker.js 980 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * Welcome to your Workbox-powered service worker!
  3. *
  4. * You'll need to register this file in your web app and you should
  5. * disable HTTP caching for this file too.
  6. * See https://goo.gl/nhQhGp
  7. *
  8. * The rest of the code is auto-generated. Please don't update this file
  9. * directly; instead, make changes to your Workbox build configuration
  10. * and re-run your build process.
  11. * See https://goo.gl/2aRDsh
  12. */
  13. importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
  14. importScripts(
  15. "/precache-manifest.c98b8f264e585d8697b47d870234d848.js"
  16. );
  17. workbox.core.setCacheNameDetails({prefix: "zhuishuyun_wap_refactor"});
  18. /**
  19. * The workboxSW.precacheAndRoute() method efficiently caches and responds to
  20. * requests for URLs in the manifest.
  21. * See https://goo.gl/S9QRab
  22. */
  23. self.__precacheManifest = [].concat(self.__precacheManifest || []);
  24. workbox.precaching.suppressWarnings();
  25. workbox.precaching.precacheAndRoute(self.__precacheManifest, {});