W3cubDocs

/Deno

Deno.PermissionState

The current status of the permission.

type PermissionState = "granted" | "denied" | "prompt";

Type

"granted" | "denied" | "prompt"