docs: remove unsupported permission "push" from docs (#12654)

This commit is contained in:
Yury Semikhatsky 2022-03-10 14:00:25 -08:00 committed by GitHub
parent 324e3ff3ae
commit cf643ff04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -805,7 +805,6 @@ A permission or an array of permissions to grant. Permissions can be one of the
* `'midi'`
* `'midi-sysex'` (system-exclusive midi)
* `'notifications'`
* `'push'`
* `'camera'`
* `'microphone'`
* `'background-sync'`

View File

@ -6612,7 +6612,6 @@ export interface BrowserContext {
* - `'midi'`
* - `'midi-sysex'` (system-exclusive midi)
* - `'notifications'`
* - `'push'`
* - `'camera'`
* - `'microphone'`
* - `'background-sync'`