Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 importScripts('worker-test-harness.js'); | |
|
horo
2014/09/25 09:49:00
importScripts('worker-test-harness.js');
this.add
dmurph
2014/09/26 17:42:02
Done.
| |
| 2 | |
| 3 this.addEventListener('fetch', function(event) { | |
| 4 event.respondWith(new Response("ERROR")); | |
|
horo
2014/09/25 09:49:00
+2 indent space
horo
2014/09/25 09:49:00
use single-quotes
dmurph
2014/09/26 17:42:02
Done.
dmurph
2014/09/26 17:42:02
Done.
| |
| 5 }); | |
|
horo
2014/09/25 09:49:00
+2 indent space
dmurph
2014/09/26 17:42:02
Done.
| |
| OLD | NEW |