Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

I'm not certain that `fetchEvent` should have the same kind of `observer` as an outgoing `fetch`, since, [as I noted earlier](https://github.com/whatwg/fetch/issues/447#issuecomment-270444061), those are fetches in *opposite directions*, privy to data of *opposite natures* (for a ServiceWorker, `uploadProgress` would represent data we're *getting*, but to a `fetch` caller, it represents data we're *sending*). Maybe two sibling classes that inherit from a common parent.

-- 
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/447#issuecomment-270633873

Received on Thursday, 5 January 2017 12:32:29 UTC