add spec for new permissions

This commit is contained in:
Robo 2016-01-30 19:01:10 +05:30
parent 2a278ceb8f
commit f7556de9fb
12 changed files with 61 additions and 10 deletions

View file

@ -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.