Re: [ServiceWorker] Should skipWaiting() wait for an "in-progress request" to finish? (#569)

Yes, I think that might be the solution. BTW a simpler example to consider may be
```javascript
onfetch = function(e) { while(true) {} };
```

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/569#issuecomment-64758728

Received on Thursday, 27 November 2014 08:23:34 UTC