PermissionStatus

The PermissionStatus interface of the Permissions API provides the state of an object and an event handler for monitoring changes to said state.

MDN Reference

Properties

Link copied to clipboard

The name read-only property of the PermissionStatus interface returns the name of a requested permission.

Link copied to clipboard

The state read-only property of the This property returns one of 'granted', 'denied', or 'prompt'.

Functions

Link copied to clipboard
Link copied to clipboard