toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.media.recorder
/
BlobEvent
Blob
Event
open
external
class
BlobEvent
(
val
type
:
EventType
<
BlobEvent
>
,
init
:
BlobEventInit
)
:
Event
(
source
)
MDN Reference
Members
Constructors
Blob
Event
Link copied to clipboard
constructor
(
type
:
EventType
<
BlobEvent
>
,
init
:
BlobEventInit
)
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
?
data
Link copied to clipboard
val
data
:
Blob
MDN Reference
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
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
?
timecode
Link copied to clipboard
val
timecode
:
DOMHighResTimeStamp
MDN Reference
time
Stamp
Link copied to clipboard
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
open
override
val
type
:
EventType
<
BlobEvent
>
Functions
as
Init
Link copied to clipboard
open
fun
asInit
(
)
:
EventInit
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
(
)