UNPKG

abort-utils

Version:

Utility functions to use and combine `AbortSignal` and `AbortController` with Promises

4 lines (3 loc) 248 B
import { abortAllAndClear } from './abort-all-and-clear.js'; abortAllAndClear([new AbortController(), new AbortController(), new AbortController()]); abortAllAndClear(new Set([new AbortController(), new AbortController(), new AbortController()]));