Re: [fetch] Aborting a fetch (#27)

`exit` does not `reject` so `await` is not meaningful anymore the way it is with cancellation, right?

Anyway, if your `Symbol`lock` does what my third argument does then we are good. I'd rather point that your examples assumes that has to be defined at runtime (same as my `.cancel()`) but it's not clear what would happen if no symbol is provided what an `.end()` call should do in case of `Promise.resolve(42).end()`

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

Received on Tuesday, 31 March 2015 20:08:21 UTC