Print complete info of sw registration
This commit is contained in:
parent
27452b23e9
commit
c5484536a3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
immediate: true,
|
||||
onRegistered(r) {
|
||||
console.log(`SW Registered: ${r}`)
|
||||
console.log(JSON.stringify(r));
|
||||
},
|
||||
onRegisterError(error) {
|
||||
console.log('SW registration error', error)
|
||||
|
|
Loading…
Reference in a new issue