@bodil/core - v0.4.7
Preparing search index...
async
isAbortError
Function isAbortError
isAbortError
(
value
:
unknown
)
:
value
is
DOMException
&
{
name
:
"AbortError"
}
Test whether a value is an
AbortError
.
Parameters
value
:
unknown
Returns
value
is
DOMException
&
{
name
:
"AbortError"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bodil/core - v0.4.7
Loading...
Test whether a value is an
AbortError.