Module

std/permissions/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.221.0/permissions/mod.ts";

Helpers for interacting with Deno's permissions system.

Functions

f
grant
deprecated

Attempts to grant a set of permissions, resolving with the descriptors of the permissions that are granted.

f
grantOrThrow
deprecated

Attempts to grant a set of permissions or rejects.