blob: c2c499ab1a3757aa4d1d57524eea3646302c226d [file] [log] [blame]
self.onerror = function(event) { return true; };
self.addEventListener('install', function(event) { throw new Error(); });