toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCErrorEvent
RTCError
Event
open
external
class
RTCErrorEvent
(
val
type
:
EventType
<
RTCErrorEvent
>
,
init
:
RTCErrorEventInit
)
:
Event
(
source
)
MDN Reference
Members
Constructors
RTCError
Event
Link copied to clipboard
constructor
(
type
:
EventType
<
RTCErrorEvent
>
,
init
:
RTCErrorEventInit
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
AT_TARGET
Link copied to clipboard
val
AT_TARGET
:
EventPhase
bubbles
Link copied to clipboard
val
bubbles
:
Boolean
BUBBLING_PHASE
Link copied to clipboard
val
BUBBLING_PHASE
:
EventPhase
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
CAPTURING_PHASE
Link copied to clipboard
val
CAPTURING_PHASE
:
EventPhase
composed
Link copied to clipboard
val
composed
:
Boolean
current
Target
Link copied to clipboard
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
error
Link copied to clipboard
val
error
:
RTCError
MDN Reference
event
Phase
Link copied to clipboard
val
eventPhase
:
EventPhase
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
NONE
Link copied to clipboard
val
NONE
:
EventPhase
target
Link copied to clipboard
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
open
override
val
type
:
EventType
<
RTCErrorEvent
>
Functions
as
Init
Link copied to clipboard
open
override
fun
asInit
(
)
:
RTCErrorEventInit
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
ReadonlyArray
<
EventTarget
>
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
)