Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-electron
/
electron.core
/
DidFrameNavigateEvent
Did
Frame
Navigate
Event
external
interface
DidFrameNavigateEvent
:
<ERROR CLASS> {electron/core/DOMEvent=} ERROR CLASS: Wrong number of type arguments
(
source
)
Members
Properties
frame
Process
Id
Link copied to clipboard
abstract
var
frameProcessId
:
Double
frame
Routing
Id
Link copied to clipboard
abstract
var
frameRoutingId
:
Double
http
Response
Code
Link copied to clipboard
abstract
var
httpResponseCode
:
Double
-1 for non HTTP navigations
http
Status
Text
Link copied to clipboard
abstract
var
httpStatusText
:
String
empty for non HTTP navigations,
is
Main
Frame
Link copied to clipboard
abstract
var
isMainFrame
:
Boolean
url
Link copied to clipboard
abstract
var
url
:
String