Re: [whatwg/streams] Use `async iterable` webidl type in ReadableStream.from (PR #1310)

MattiasBuelens left a comment (whatwg/streams#1310)

@lucacasonato Do you mind if I pick this up again?

I noticed that the specification changed a little bit: `async iterable<T>` was renamed to `async_sequence<T>` in https://github.com/whatwg/webidl/pull/1500. This is mostly a syntactic change, the behavior should remain the same.

I've opened https://github.com/jsdom/webidl2js/pull/278. Once that lands, we can update the reference implementation to let webidl2js handle the conversion.

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

Message ID: <whatwg/streams/pull/1310/c4239144393@github.com>

Received on Monday, 13 April 2026 19:41:31 UTC