OpenExternalPermissionRequest Type
Constructors
| Constructor |
Description
|
Full Usage:
OpenExternalPermissionRequest(requestingUrl, isMainFrame, ?externalURL)
Parameters:
string
-
The last URL the requesting frame loaded.
isMainFrame : bool
-
Whether the frame making the request is the main frame.
?externalURL : string
-
The url of the openExternal request.
Returns: OpenExternalPermissionRequest
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.externalURL
|
The url of the openExternal request. |
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