Deprecated
(will be removed in 1.0.0) Use the [Deno Permissions API]https://deno.land/api?s=Deno.Permissions directly instead.
import * as mod from "https://deno.land/std@0.211.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. |