Skip to main content
Module

x/evt/mod.ts>dom.PermissionName

💧EventEmitter's typesafe replacement
Go to Latest
type alias dom.PermissionName
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { PermissionName } = dom;
definition:
| "accelerometer"
| "ambient-light-sensor"
| "background-sync"
| "bluetooth"
| "camera"
| "clipboard"
| "device-info"
| "geolocation"
| "gyroscope"
| "magnetometer"
| "microphone"
| "midi"
| "notifications"
| "persistent-storage"
| "push"
| "speaker"