- From: Arthur Stolyar <notifications@github.com>
- Date: Fri, 27 Mar 2015 12:30:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 27 March 2015 19:30:33 UTC
> 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. That is weirdest behavior I ever saw -- you cannot cancel because you are doing request. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/27#issuecomment-87066006
Received on Friday, 27 March 2015 19:30:33 UTC