🏠 New in Low Baseline Support: AbortSignal.any()

March 19, 2024

caniuse · mdn · spec

The AbortSignal.any() static method combines an iterable of abort signals into a single signal, with the abort reason taken from the first signal to abort.

Source features