Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

service-worker.js 1.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  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.a130e4bc0579a03a12f7fda12556e8ab.js"
  16. );
  17. workbox.clientsClaim();
  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, {});
  26. workbox.routing.registerNavigationRoute("/index.html", {
  27. blacklist: [/^\/_/,/\/[^\/]+\.[^\/]+$/],
  28. });
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...