Skip to main content
Deno.PermissionOptionsObject.run - Deno documentation
property Deno.PermissionOptionsObject.run
Specifies if the `run` permission should be requested or revoked. If set to `"inherit"`, the current `run` permission will be inherited. If set to `true`, the global `run` permission will be requested. If set to `false`, the global `run` permission will be revoked.

Type

"inherit"
| boolean
| Array<string | URL>