signal property

AbortSignal get signal

The signal read-only property of the AbortController interface returns an AbortSignal object instance, which can be used to communicate with/abort an asynchronous operation as desired.

Implementation

external AbortSignal get signal;