UNPKG

abort-utils

Version:

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

3 lines (2 loc) 143 B
import { linkControllers } from './link-controllers.js'; linkControllers(new AbortController(), new AbortController(), new AbortController());