Header menu logo fable-electron-docs-api

PermissionRequest Type

Constructors

Constructor Description

PermissionRequest(requestingUrl, isMainFrame)

Full Usage: PermissionRequest(requestingUrl, isMainFrame)

Parameters:
    requestingUrl : string - The last URL the requesting frame loaded.
    isMainFrame : bool - Whether the frame making the request is the main frame.

Returns: PermissionRequest
requestingUrl : 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

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.