Re: [ServiceWorker] Disable http URLs when there are no clients (#671)

How about `fetch('http://example.com', {mode: 'no-cors'})` always fails in a ServiceWorker, but `fetch(fetchEvent.request)` may work if `fetchEvent.request` originated from a window client?

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

Received on Wednesday, 8 April 2015 11:20:05 UTC