signal property

AbortSignal get signal

Returns the signal associated with request, which is an AbortSignal object indicating whether or not request has been aborted, and its abort event handler.

Implementation

_i3.AbortSignal get signal => _i4.getProperty(
      this,
      'signal',
    );