Skip to content

fix: handle any sequence in AbortSignal#310

Merged
tschneidereit merged 1 commit into
bytecodealliance:mainfrom
andreiltd:fix-abort
Jul 20, 2026
Merged

fix: handle any sequence in AbortSignal#310
tschneidereit merged 1 commit into
bytecodealliance:mainfrom
andreiltd:fix-abort

Conversation

@andreiltd

Copy link
Copy Markdown
Member

Treat AbortSignal.any() as sequence and validate entries before creating dependent signal.

Also I'm not sure why dom AbortSignal tests were not enabled, they would certainly catch that, but they seem to be passing now.

Closes: #309

Treat `AbortSignal.any()` as sequence and validate entries before
creating dependent signal.

Also I'm not sure why dom AbortSignal tests were not enabled, they would
certainly catch that, but they seem to be passing now.
@andreiltd

Copy link
Copy Markdown
Member Author

Hey @tschneidereit, is there any chance to get this patch reviewed and merged?

@tschneidereit tschneidereit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies for the delay!

@tschneidereit
tschneidereit merged commit f74fb25 into bytecodealliance:main Jul 20, 2026
7 checks passed
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.

AbortSignal.any: combined signal incorrectly aborted on creation

2 participants