Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 self.addEventListener('fetch', function(event) { | |
| 2 event.respondWith(new Response((event.client.frameType).toString())); | |
|
jsbell
2015/05/06 16:21:26
Is the (...).toString() part necessary?
Paritosh Kumar
2015/05/07 16:46:54
No. Done.
| |
| 3 }); | |
|
falken
2015/05/07 04:06:03
indent this two spaces
Paritosh Kumar
2015/05/07 16:46:54
Done.
| |
| OLD | NEW |