Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeferredPermissionRequest object

Represents a deferred request by the content of the WebView for end-user permission to access specialized device functionality (such as geolocation, or pointer lock).

DOM Information

Inheritance Hierarchy

The DeferredPermissionRequest does not inherit from any class or interface.

Members

The DeferredPermissionRequest object has these types of members:

Methods

The DeferredPermissionRequest object has these methods.

MethodDescription
allow

Allows the request for permission.

deny

Denies the request for permission.

 

Properties

The DeferredPermissionRequest object has these properties.

PropertyAccess typeDescription

id

Read/write

The ID of the permission being requested.

type

Read/write

The type of permission being requested.

uri

Read/write

The URI of the permission being requested.

 

 

 

Show: