interface EventEmitter.Abortable
optional
signal: AbortSignal | undefined
When provided the corresponding AbortController
can be used to cancel an asynchronous action.
signal: AbortSignal | undefined
When provided the corresponding AbortController
can be used to cancel an asynchronous action.