Skip to content

Instantly share code, notes, and snippets.

@ikasoumen
Created March 8, 2018 02:17
Show Gist options
  • Save ikasoumen/490e6292fa365ad9abe35588d6736011 to your computer and use it in GitHub Desktop.
Save ikasoumen/490e6292fa365ad9abe35588d6736011 to your computer and use it in GitHub Desktop.
pixiv_inside_pwa_2
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js')
.then(function(registration) {
// 登録成功時の処理
}).catch(function(err) {
// 登録失敗時の処理
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment