Source code

Revision control

Copy as Markdown

Other Tools

self.addEventListener('install', function(event) {
event.waitUntil(new Promise(function(aRequest, aResponse) {
throw new Error();
}));
});