add spec for new permissions
This commit is contained in:
parent
2a278ceb8f
commit
f7556de9fb
12 changed files with 61 additions and 10 deletions
|
@ -740,7 +740,7 @@ Emitted when DevTools is focused / opened.
|
|||
|
||||
Returns:
|
||||
|
||||
* `permission` String - The type of permission being requested. Enum of 'media', 'webNotification'.
|
||||
* `permission` String - The type of permission being requested. Enum of 'media', 'notifications', 'midiSysex', 'geolocation'.
|
||||
* `allow` Function - Allows the permission.
|
||||
* `deny` Function - Deny the permission. This is the default behaviour if `allow` is not called.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue