Skip to content

Instantly share code, notes, and snippets.

@ikasoumen
Created March 8, 2018 01:57
Show Gist options
  • Save ikasoumen/9fde3fd0847f7293132c095473c6e8fe to your computer and use it in GitHub Desktop.
Save ikasoumen/9fde3fd0847f7293132c095473c6e8fe to your computer and use it in GitHub Desktop.
pixiv_inside_pwa-1
self.addEventListener('install', (event) => {
// install時に行われる処理…
});
self.addEventListener('fetch', (event) => {
// fetch時に行われる処理…
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment