A helper class to create an AbortSignal based on setTimeout.

Hierarchy

  • TimeoutSignal

Constructors

Properties

Constructors

Properties

signal?: AbortSignal

The underlying AbortSignal.

timeout?: Timeout

If defined, the timeoutID of a timer which will signal abortion.

Generated using TypeDoc