Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DOMException: Failed to register a ServiceWorker: ServiceWorker script evaluation failed

I was playing with service workers recently. I wrote some code in my Service worker file and suddenly it broke. Does anybody have any idea what does "ServiceWorker script evaluation failed" means and when possibly can it come?

like image 327
Shreyansh Jain Avatar asked Nov 26 '15 09:11

Shreyansh Jain


1 Answers

Normally it means that there is a syntax error in the SW and the browser couldn't parse it.

like image 154
Kinlan Avatar answered Nov 15 '22 15:11

Kinlan