Re: [fetch] Operate on internal response (#23)

The problem is that initially Fetch was a closed system and we'd only add a restriction on response on the way out. Service workers however allow injecting a response half-way in with a restriction in place.

So we should probably fix this by making everything aware of a response potentially being a filtered response. On the way out we then need to decide whether to switch filters or not.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/23#issuecomment-81677485

Received on Monday, 16 March 2015 13:51:47 UTC