Re: [whatwg/streams] ReadableStream.from(asyncIterable) (#1083)

Sorry for the delay, I didn't have much free time to do spec work lately.

I've added this extra check from `IteratorClose`, which came up in https://github.com/whatwg/streams/pull/1083#issuecomment-1147557078:
> If the return value from return() is not an object (i.e. not an iterator result), throw a TypeError.

I've also added a test for this case. For me, this resolves the last outstanding spec issue.

---

It looks like the tests are failing because `wpt-runner` is a bit behind the latest changes in WPT? I'll see what I can do about that.

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

Message ID: <whatwg/streams/pull/1083/c1496577323@github.com>

Received on Tuesday, 4 April 2023 20:40:11 UTC