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

Type

"inherit"
| boolean
| string[]