Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ext/web): update ongoing promise in async iterator return() method #23642

Merged

Conversation

MattiasBuelens
Copy link
Contributor

See whatwg/webidl#1387 for context.

There are new WPT tests for this change in web-platform-tests/wpt#44456. They pass on my local machine, but I'm not sure if I should update the WPT submodule for all of Deno as part of this PR?

Fixes #22389

@CLAassistant
Copy link

CLAassistant commented May 1, 2024

CLA assistant check
All committers have signed the CLA.

@bartlomieju
Copy link
Member

@iuioiua could you assist with WPT upgrade?

@iuioiua
Copy link
Collaborator

iuioiua commented May 6, 2024

WPT updated.

@iuioiua iuioiua requested a review from bartlomieju May 6, 2024 06:35
@bartlomieju
Copy link
Member

Thanks @MattiasBuelens, I'll merge it after CI passes.

@bartlomieju bartlomieju enabled auto-merge (squash) May 13, 2024 22:21
@bartlomieju bartlomieju merged commit 9338770 into denoland:main May 13, 2024
17 checks passed
@MattiasBuelens MattiasBuelens deleted the streams-async-iterator-promise-order branch May 14, 2024 08:06
bartlomieju pushed a commit that referenced this pull request May 16, 2024
…hod (#23642)

See whatwg/webidl#1387 for context.

There are new WPT tests for this change in
web-platform-tests/wpt#44456. They pass on my
local machine, but I'm not sure if I should update the WPT submodule for
all of Deno as part of this PR?

Fixes #22389

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.
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.

Update ongoing promise in async iterator return() method
4 participants