Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
PermissionRequest
Permission
Request
external
interface
PermissionRequest
(
source
)
Inheritors
FilesystemPermissionRequest
MediaAccessPermissionRequest
OpenExternalPermissionRequest
Members
Properties
is
Main
Frame
Link copied to clipboard
abstract
var
isMainFrame
:
Boolean
Whether the frame making the request is the main frame.
requesting
Url
Link copied to clipboard
abstract
var
requestingUrl
:
String
The last URL the requesting frame loaded.