[whatwg/fetch] Dispatch to foreign fetch for redirects (#362)

Currently we set the skip-service-worker flag so a new location of a redirect does not get intercepted by a same-origin service worker. However, a cross-origin service worker should likely intercept that, otherwise we make service migration harder.

See https://github.com/slightlyoff/ServiceWorker/issues/793 for context.

@mkruisselbrink will fix this (and will soon be able to assign himself).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/362

Received on Wednesday, 10 August 2016 08:30:40 UTC