RequestPermissionsAction
The action returned by the requestPermissions handler.
type RequestPermissionsAction = 'grant' | 'deny';
Types
'grant'
Grant the permission.
'deny'
Deny the permission.
The action returned by the requestPermissions handler.
type RequestPermissionsAction = 'grant' | 'deny';
'grant'Grant the permission.
'deny'Deny the permission.