partytown
partytown copied to clipboard
Debugging not working
I have enabled debugging and verbose level for devtools is also enabled still nothing is happening. Why ?
Can you show the value for navigator.serviceWorker
from your console?
Can you show the value for
navigator.serviceWorker
from your console?
navigator.serviceWorker.getRegistrations().then(registrations => { console.log(registrations); Tried above code and it is an empty array. Service workers are not being registered so can you tell me the possible reason for that please
Can you show the value for
navigator.serviceWorker
from your console?
navigator.serviceWorker.getRegistrations().then(registrations => { console.log(registrations); Tried above code and it is an empty array. Service workers are not being registered so can you tell me the possible reason for that please
My project on local was virtual host and not localhost so when I changed that it started working....
@adamdbradley please close this issue as well