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.
| Method | Description |
|---|---|
| allow |
Allows the request for permission. |
| deny |
Denies the request for permission. |
Properties
The DeferredPermissionRequest object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
The ID of the permission being requested. | |
|
Read/write |
The type of permission being requested. | |
|
Read/write |
The URI of the permission being requested. |