Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
DidFrameNavigateEvent
Did
Frame
Navigate
Event
external
interface
DidFrameNavigateEvent
(
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