Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>PermissionName

Deno Standard Extensions
Go to Latest
type alias PermissionName
import { type PermissionName } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";
definition:
| "geolocation"
| "notifications"
| "persistent-storage"
| "push"
| "screen-wake-lock"
| "xr-spatial-tracking"