Source code

Revision control

Copy as Markdown

Other Tools

importScripts('worker-testharness.js');
this.addEventListener('fetch', function(event) {
event.respondWith(new Response('ERROR'));
});