Source code

Revision control

Copy as Markdown

Other Tools

self.addEventListener('error', function(event) {});
self.addEventListener('install', function(event) { throw new Error(); });