Skip to content

fix: handle any sequence in AbortSignal#310

Open
andreiltd wants to merge 1 commit into
bytecodealliance:mainfrom
andreiltd:fix-abort
Open

fix: handle any sequence in AbortSignal#310
andreiltd wants to merge 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 andreiltd requested a review from tschneidereit June 3, 2026 14:41
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

1 participant