blob: 517f289fbc8e43b1d540a47761538fe84b121c48 [file] [log] [blame]
importScripts('worker-testharness.js');
this.addEventListener('fetch', function(event) {
event.respondWith(new Response('ERROR'));
});