From efd7e78af3fc086dfdec51738905665d38d08eb4 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 28 Oct 2019 00:22:53 +0900 Subject: Use web standard Permissions API (#3200) --- cli/js/deno.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 4b0e3ff96..cac730249 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -68,8 +68,9 @@ export { applySourceMap } from "./error_stack.ts"; export { ErrorKind, DenoError } from "./errors.ts"; export { permissions, - revokePermission, - Permission, + PermissionName, + PermissionState, + PermissionStatus, Permissions } from "./permissions.ts"; export { truncateSync, truncate } from "./truncate.ts"; -- cgit v1.2.3