Re: [whatwg/streams] Cancelling and exception handling async iteration of ReadableStreams (Issue #1255)

@MattiasBuelens I'm an idiot - as you say, not awaiting the `logChunks()`.

The rest of the question I presume is to @domenic . 
This looks like the kind of thing AbortController was made for. However I'm too ignorant to add any value - even though you explained it is an issue, I still don't _really_ understand why aborting the underlying source (e.g. the fetch()) and having that propagate through the chain of streams is such a problem.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1255#issuecomment-1432151266
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1255/1432151266@github.com>

Received on Wednesday, 15 February 2023 22:30:59 UTC