Skip to main content

partial

property Deno.PermissionStatus.prototype.partial

Describes if permission is only granted partially, eg. an access might be granted to "/foo" directory, but denied for "/foo/bar". In such case this field will be set to true when querying for read permissions of "/foo" directory.

boolean
Back to top