Skip to content

@ralphschuler.ai function caller.index.<internal>.AbortController

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AbortController

index.<internal>.AbortController

A controller object that allows you to abort one or more DOM requests as and when desired.

Table of contents

Properties

Methods

Properties

signal

Readonly signal: AbortSignal

Returns the AbortSignal object associated with this object.

Defined in

node_modules/@types/node/globals.d.ts:52

Methods

abort

abort(reason?): void

Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted.

Parameters

Name Type
reason? any

Returns

void

Defined in

node_modules/@types/node/globals.d.ts:56

Typescript Libraries

Modules

Namespaces

Clone this wiki locally