Skip to main content
Deno.FfiPermissionDescriptor - Deno documentation
interface Deno.FfiPermissionDescriptor
The permission descriptor for the `allow-ffi` and `deny-ffi` permissions, which controls access to loading _foreign_ code and interfacing with it via the [Foreign Function Interface API](https://docs.deno.com/runtime/manual/runtime/ffi_api) available in Deno. The option `path` allows scoping the permission to a specific path on the host.

Properties

name: "ffi"
optional
path: string | URL
Optional path on the local host to scope the permission to.