PermissionRequest Type
Constructors
| Constructor |
Description
|
Full Usage:
PermissionRequest(requestingUrl, isMainFrame)
Parameters:
string
-
The last URL the requesting frame loaded.
isMainFrame : bool
-
Whether the frame making the request is the main frame.
Returns: PermissionRequest
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.isMainFrame
|
Whether the frame making the request is the main frame. |
Full Usage:
this.requestingUrl
|
The last URL the requesting frame loaded. |
fable-electron-docs-api