Header menu logo fable-electron-docs-api

OpenExternalPermissionRequest Type

Constructors

Constructor Description

OpenExternalPermissionRequest(requestingUrl, isMainFrame, ?externalURL)

Full Usage: OpenExternalPermissionRequest(requestingUrl, isMainFrame, ?externalURL)

Parameters:
    requestingUrl : 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
requestingUrl : 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

this.externalURL

Full Usage: this.externalURL

The url of the openExternal request.

this.isMainFrame

Full Usage: this.isMainFrame

Whether the frame making the request is the main frame.

this.requestingUrl

Full Usage: this.requestingUrl

The last URL the requesting frame loaded.

Type something to start searching.