docs: remove unsupported permission "push" from docs (#12654)
This commit is contained in:
parent
324e3ff3ae
commit
cf643ff04c
|
|
@ -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'`
|
||||
|
|
|
|||
1
packages/playwright-core/types/types.d.ts
vendored
1
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -6612,7 +6612,6 @@ export interface BrowserContext {
|
|||
* - `'midi'`
|
||||
* - `'midi-sysex'` (system-exclusive midi)
|
||||
* - `'notifications'`
|
||||
* - `'push'`
|
||||
* - `'camera'`
|
||||
* - `'microphone'`
|
||||
* - `'background-sync'`
|
||||
|
|
|
|||
Loading…
Reference in a new issue