@std/permissions@0.215.0
latest
Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Deprecated
(will be removed in 1.0.0) Use the Deno Permissions API directly instead.
Functions
f
grant(): Promise<void | Deno.PermissionDescriptor[]>
descriptor: Deno.PermissionDescriptor[] | Deno.PermissionDescriptor,
...descriptors: Deno.PermissionDescriptor[]
2 overloads
Attempts to grant a set of permissions, resolving with the descriptors of the permissions that are granted.
f
grantOrThrow(): Promise<void>
descriptor: Deno.PermissionDescriptor[] | Deno.PermissionDescriptor,
...descriptors: Deno.PermissionDescriptor[]
2 overloads
Attempts to grant a set of permissions or rejects.