Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 self.onfetch = function(event) { | |
| 2 if (event.request.url.indexOf('sync-xhr-doesnt-deadlock.data') == -1) | |
|
horo
2014/09/18 01:04:29
nit: Indent two spaces.
http://www.chromium.org/bl
| |
| 3 return; | |
| 4 event.respondWith(fetch('404resource?bustcache=' + Date.now())); | |
| 5 } | |
| OLD | NEW |