Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/permissions/mod.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.193.0/permissions/mod.ts";

Helpers for interacting with Deno's permissions system.

Functions

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

Attempts to grant a set of permissions or rejects.