Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Browser.PermissionType

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Browser.PermissionType
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { PermissionType } = Protocol.Browser;
definition: (
| "accessibilityEvents"
| "audioCapture"
| "backgroundSync"
| "backgroundFetch"
| "clipboardReadWrite"
| "clipboardSanitizedWrite"
| "displayCapture"
| "durableStorage"
| "flash"
| "geolocation"
| "midi"
| "midiSysex"
| "nfc"
| "notifications"
| "paymentHandler"
| "periodicBackgroundSync"
| "protectedMediaIdentifier"
| "sensors"
| "videoCapture"
| "videoCapturePanTiltZoom"
| "idleDetection"
| "wakeLockScreen"
| "wakeLockSystem"
)