Bug 277548
| Summary: | Implement support for `async_iterable<T>` WebIDL type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luca Casonato <hello> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Enhancement | CC: | cdumez, jackalmage, lwarlow, saschanaz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Luca Casonato
https://github.com/whatwg/webidl/pull/1397 adds the `async iterable<T>` type to WebIDL (lifted from whatwg/streams).
WHATWG Streams are changing to use this API in https://github.com/whatwg/streams/pull/1310.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133535812>
Kagami Sascha Rosylight
Heads up that https://github.com/whatwg/webidl/pull/1489 wants to change the grammar to `async_iterable` instead of `async iterable`. (And thus the title should change)
Tab Atkins Jr.
Further heads up: <https://github.com/whatwg/webidl/pull/1500> is changing the type to `async_sequence<>` instead (and the interface declaration to `async_iterable<>`, from `async iterable<>`).