- From: Stuart P. Bentley <notifications@github.com>
- Date: Thu, 05 Jan 2017 04:31:36 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 January 2017 12:32:29 UTC
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