BundleSource

A bundle source over a builtinDir (read-only) and remoteDir (writable).

A bundle source over a builtinDir (read-only) and remoteDir (writable). Pass it to BundleProtocol. Free it with using or .free() once no longer needed (the protocol keeps its own reference, so the source may be freed after the protocol is created).

The data methods mirror @wvb/node's BundleSource so @wvb/deno-desktop can serve the @wvb/bridge source.* commands.

View source ↗

Constructor

new BundleSource(config: BundleSourceConfig);

Prop

Type

Methods

Prop

Type

On this page