docs(api): remove * from permissions (#4260)

This commit is contained in:
Arjun Attam 2020-10-27 11:22:15 -07:00 committed by GitHub
parent 0b8c33ee75
commit 05fd572766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -541,7 +541,6 @@ const crypto = require('crypto');
#### browserContext.grantPermissions(permissions[][, options])
- `permissions` <[Array]<[string]>> A permission or an array of permissions to grant. Permissions can be one of the following values:
- `'*'`
- `'geolocation'`
- `'midi'`
- `'midi-sysex'` (system-exclusive midi)