- From: Jake Archibald <notifications@github.com>
- Date: Wed, 08 Apr 2015 04:19:39 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 8 April 2015 11:20:05 UTC
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