signal

open override val signal: AbortSignal

Abort Signal

Provides the AbortSignal instance paired with, and managed by, this abort controller. From MDN:

Returns an AbortSignal object instance, which can be used to communicate with, or to abort, an asynchronous operation.

AbortController.signal on MDN