Skip to main content

Interface: Signal

helpers.Signal

A signal to abort a request.

Properties

abort

abort: () => void

Type declaration

▸ (): void

A function to abort a request.

Returns

void

Defined in

@tableland/sdk/src/helpers/await.ts:18


signal

signal: AbortSignal

The AbortSignal to abort a request.

Defined in

@tableland/sdk/src/helpers/await.ts:14