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

@NekR 

> Should it be the same as: 

No, your call to cancel the stream would fail as `.text()` has a lock on the stream. Cancellation is not observable in streams as far as I know. Of course, if the bytes received is < content-length, the reader could choose to reject, but not all responses have content-length.

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

Received on Friday, 27 March 2015 18:48:27 UTC