Skip to content

Conversation

@srujzs
Copy link
Contributor

@srujzs srujzs commented Oct 30, 2025

Fixes #480

async_iterables are a new type of member added to the Web IDL. Currently, we don't have an iterator type to produce anything useful so ignore for now.

Fixes dart-lang#480

async_iterables are a new type of member added to the Web IDL.
Currently, we don't have an iterator type to produce anything
useful so ignore for now.
@srujzs srujzs requested a review from kevmoo October 30, 2025 22:25
@kevmoo
Copy link
Member

kevmoo commented Oct 30, 2025

CI fun!

@kevmoo
Copy link
Member

kevmoo commented Dec 10, 2025

@srujzs – going to get back to this?

Also: isn't this just Stream?

@srujzs
Copy link
Contributor Author

srujzs commented Dec 10, 2025

Yes. This required a bit of updating of the other npm dependencies as well (specifically, the compatibility matrix. The smoke test failure is because this PR doesn't do that), so I still need to go through and make sure all the updated output with the new dependencies is reasonable. I'll do that later today/this week.

Also: isn't this just Stream?

We could implement a JS type with a conversion to a Stream, but no such type exists yet. dart-lang/sdk#60457

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when running dart web_generator/bin/update_idl_bindings.dart --update

2 participants