Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 self.addEventListener('fetch', function(event) { | |
| 2 event.respondWith(new Response(new Blob(["hello, world"]))); | |
|
jsbell
2014/06/02 23:27:34
This is just so awesome to see working! :)
falken
2014/06/03 02:26:30
Yay!
| |
| 3 }); | |
| OLD | NEW |