mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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'`
|
||||||
* `'midi-sysex'` (system-exclusive midi)
|
* `'midi-sysex'` (system-exclusive midi)
|
||||||
* `'notifications'`
|
* `'notifications'`
|
||||||
* `'push'`
|
|
||||||
* `'camera'`
|
* `'camera'`
|
||||||
* `'microphone'`
|
* `'microphone'`
|
||||||
* `'background-sync'`
|
* `'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'`
|
||||||
* - `'midi-sysex'` (system-exclusive midi)
|
* - `'midi-sysex'` (system-exclusive midi)
|
||||||
* - `'notifications'`
|
* - `'notifications'`
|
||||||
* - `'push'`
|
|
||||||
* - `'camera'`
|
* - `'camera'`
|
||||||
* - `'microphone'`
|
* - `'microphone'`
|
||||||
* - `'background-sync'`
|
* - `'background-sync'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user