Skip to main content
Module

x/astral/bindings/celestial.ts>Browser_PermissionType

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Browser_PermissionType
import { type Browser_PermissionType } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition:
| "accessibilityEvents"
| "audioCapture"
| "backgroundSync"
| "backgroundFetch"
| "clipboardReadWrite"
| "clipboardSanitizedWrite"
| "displayCapture"
| "durableStorage"
| "flash"
| "geolocation"
| "idleDetection"
| "localFonts"
| "midi"
| "midiSysex"
| "nfc"
| "notifications"
| "paymentHandler"
| "periodicBackgroundSync"
| "protectedMediaIdentifier"
| "sensors"
| "storageAccess"
| "topLevelStorageAccess"
| "videoCapture"
| "videoCapturePanTiltZoom"
| "wakeLockScreen"
| "wakeLockSystem"
| "windowManagement"