docs(api): remove * from permissions (#4260)
This commit is contained in:
parent
0b8c33ee75
commit
05fd572766
|
|
@ -541,7 +541,6 @@ const crypto = require('crypto');
|
||||||
|
|
||||||
#### browserContext.grantPermissions(permissions[][, options])
|
#### browserContext.grantPermissions(permissions[][, options])
|
||||||
- `permissions` <[Array]<[string]>> A permission or an array of permissions to grant. Permissions can be one of the following values:
|
- `permissions` <[Array]<[string]>> A permission or an array of permissions to grant. Permissions can be one of the following values:
|
||||||
- `'*'`
|
|
||||||
- `'geolocation'`
|
- `'geolocation'`
|
||||||
- `'midi'`
|
- `'midi'`
|
||||||
- `'midi-sysex'` (system-exclusive midi)
|
- `'midi-sysex'` (system-exclusive midi)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue