Re: [whatwg/webidl] Add `async iterable<T>` type to WebIDL (PR #1397)

I wonder how this ends up working in practice. Say you have `Blob or async iterable<T> or DOMString`. If you pass in a `Blob` with `@@asyncIterable` support, how is it handled? I guess `@@asyncIterable` comes later, probably before `toString`?

cc @petervanderbeken @natechapin

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

Message ID: <whatwg/webidl/pull/1397/c2018334483@github.com>

Received on Monday, 25 March 2024 15:53:51 UTC