- From: Jake Archibald <notifications@github.com>
- Date: Fri, 27 Mar 2015 11:48:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 27 March 2015 18:48:27 UTC
@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