diff --git a/docs/src/api/class-browsercontext.md b/docs/src/api/class-browsercontext.md index d24c651361..660de17f9e 100644 --- a/docs/src/api/class-browsercontext.md +++ b/docs/src/api/class-browsercontext.md @@ -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'` diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index b94f61e4d9..128c5c37a4 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -6612,7 +6612,6 @@ export interface BrowserContext { * - `'midi'` * - `'midi-sysex'` (system-exclusive midi) * - `'notifications'` - * - `'push'` * - `'camera'` * - `'microphone'` * - `'background-sync'`