DeferredPermissionRequest object
Collapse the table of content
Expand the table of content

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:
© 2017 Microsoft