Skip to content

Instantly share code, notes, and snippets.

@alexpermiakov
Created December 23, 2019 14:41
Show Gist options
  • Save alexpermiakov/ad88c7c55d9d93a82c85b09e30365a08 to your computer and use it in GitHub Desktop.
Save alexpermiakov/ad88c7c55d9d93a82c85b09e30365a08 to your computer and use it in GitHub Desktop.
self.addEventListener("install", async e => {
self.skipWaiting();
e.waitUntil(cacheResources());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment