- From: Adam Rice <notifications@github.com>
- Date: Tue, 25 Jun 2019 07:49:53 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 June 2019 14:50:15 UTC
I have some concerns about how we will apply this to the Streams standard. The `iterable` definition has this text: > If a single type parameter is given, then the interface has a value iterator and provides values of the specified type but `async_iterable` lacks a similar provision. Since a ReadableStream has no keys, this makes application of the standard text difficult. There's nothing meaningful that a `keys()` method could iterate over, and I don't know how `values()` would be different from `entries()`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/720#issuecomment-505479355
Received on Tuesday, 25 June 2019 14:50:15 UTC