ts-lambda-api - v2.5.2
Preparing search index...
<internal>
AbortSignal
Interface AbortSignal
interface
AbortSignal
{
aborted
:
boolean
;
onabort
:
(
this
:
AbortSignal
,
ev
:
Event
)
=>
any
;
reason
:
any
;
addEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
AddEventListenerOptions
,
)
:
void
;
dispatchEvent
(
event
:
Event
)
:
boolean
;
removeEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
EventListenerOptions
,
)
:
void
;
throwIfAborted
()
:
void
;
}
Hierarchy (
View Summary
)
EventTarget
AbortSignal
Index
Properties
aborted
onabort
reason
Methods
add
Event
Listener
dispatch
Event
remove
Event
Listener
throw
If
Aborted
Properties
Readonly
aborted
aborted
:
boolean
onabort
onabort
:
(
this
:
AbortSignal
,
ev
:
Event
)
=>
any
Readonly
reason
reason
:
any
Methods
add
Event
Listener
addEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
AddEventListenerOptions
,
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
AddEventListenerOptions
Returns
void
dispatch
Event
dispatchEvent
(
event
:
Event
)
:
boolean
Parameters
event
:
Event
Returns
boolean
remove
Event
Listener
removeEventListener
(
type
:
string
,
listener
:
EventListener
|
EventListenerObject
,
options
?:
boolean
|
EventListenerOptions
,
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
EventListenerOptions
Returns
void
throw
If
Aborted
throwIfAborted
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aborted
onabort
reason
Methods
add
Event
Listener
dispatch
Event
remove
Event
Listener
throw
If
Aborted
ts-lambda-api - v2.5.2
Loading...