Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

capabilities

Predefined capabilities configurations.

If you want partial read and/or write access to the filesystem you'll want a "capabilities" component. This component is responsible for requesting and receiving UCANs, read keys and namefilters from other sources to enable this.

NOTE: If you're using a non-default component, you'll want to pass that in here as a parameter as well. Dependencies: crypto, depot.

const capabilities: {
fissionLobby(settings: Configuration & {
staging?: boolean;
}
): Promise<CapabilitiesImpl.Implementation>;
}
;