Skip to main content
Go to Latest
type alias Protocol.Browser.PermissionType
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
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"
)