- From: Ben Kelly <notifications@github.com>
- Date: Thu, 17 Sep 2015 10:22:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 17 September 2015 17:23:25 UTC
Currently we allow `fetch(url, { redirect: 'manual' })` which can return an opaque-redirect Response. This works fine, unless intercepted by a SW that does `e.respondWith(fetch(e.request))`. Then it breaks because we only allow passing opaque-redirect Responses to respondWith() if the request is a navigation. We should consider allowing opaqueredirect for any Request with a "manual" RedirectMode. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/127
Received on Thursday, 17 September 2015 17:23:25 UTC