Skip to main content
transferableAbortController - node__util.d.ts - Node documentation
function transferableAbortController
Unstable

Usage in Deno

```typescript import { transferableAbortController } from "node:node__util.d.ts"; ```
transferableAbortController(): AbortController
> [!WARNING] Deno compatibility > This symbol is currently not supported. Creates and returns an `AbortController` instance whose `AbortSignal` is marked as transferable and can be used with `structuredClone()` or `postMessage()`.

Return Type

AbortController
A transferable AbortController