@ac-essentials/misc-util
Preparing search index...
AbortableProps
Type Alias AbortableProps
type
AbortableProps
=
{
onAbort
:
(
error
?:
unknown
)
=>
void
;
signal
?:
AbortSignal
|
null
;
}
Index
Properties
on
Abort
signal?
Properties
on
Abort
onAbort
:
(
error
?:
unknown
)
=>
void
The callback to call when the operation is aborted.
Optional
signal
signal
?:
AbortSignal
|
null
The abort signal to listen to.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Abort
signal
@ac-essentials/misc-util
Loading...
The callback to call when the operation is aborted.