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

[v18.x backport] lib: implement AbortSignal.any() #48800

Closed

Commits on Jul 17, 2023

  1. lib: implement AbortSignal.any()

    PR-URL: nodejs#47821
    Fixes: nodejs#47811
    Refs: whatwg/dom#1152
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Benjamin Gruenbaum <[email protected]>
    atlowChemi committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    82fe050 View commit details
    Browse the repository at this point in the history
  2. lib: create weakRef only if any signals provided

    PR-URL: nodejs#48448
    Fixes: nodejs#48419
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Nitzan Uziely <[email protected]>
    Reviewed-By: Moshe Atlow <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    atlowChemi committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a30ecab View commit details
    Browse the repository at this point in the history