Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-react-core
/
react
/
CacheSignal
Cache
Signal
external
interface
CacheSignal
:
AbortSignal
(
source
)
Members
Properties
aborted
Link copied to clipboard
val
aborted
:
Boolean
onabort
Link copied to clipboard
var
onabort
:
EventHandler
<
Event
,
AbortSignal
,
AbortSignal
>
?
reason
Link copied to clipboard
val
reason
:
JsErrorLike
?
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
throw
If
Aborted
Link copied to clipboard
fun
throwIfAborted
(
)
when
Link copied to clipboard
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>