kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
DidFailLoadEvent
Did
Fail
Load
Event
external
interface
DidFailLoadEvent
:
Event
(
source
)
Members
Properties
bubbles
Link copied to clipboard
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
open
val
defaultPrevented
:
Boolean
error
Code
Link copied to clipboard
abstract
var
errorCode
:
Number
error
Description
Link copied to clipboard
abstract
var
errorDescription
:
String
event
Phase
Link copied to clipboard
open
val
eventPhase
:
Short
is
Main
Frame
Link copied to clipboard
abstract
var
isMainFrame
:
Boolean
is
Trusted
Link copied to clipboard
open
val
isTrusted
:
Boolean
prevent
Default
Link copied to clipboard
abstract
var
preventDefault
:
(
)
->
Unit
target
Link copied to clipboard
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
open
val
timeStamp
:
Number
type
Link copied to clipboard
open
val
type
:
String
validated
URL
Link copied to clipboard
abstract
var
validatedURL
:
String
Functions
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
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
(
)