Skip to content

createRemoteBrowser

function createRemoteBrowser(options: CreateRemoteBrowserOptions): RemoteBrowser;

Defined in: src/sync/createRemoteBrowser.ts:172

Creates a stateful directory browser around a remote file system.

The returned browser caches the most recent listing and applies sort/filter settings on each refresh. Navigation methods return a snapshot so UI layers can render synchronously without re-reading state.

ParameterTypeDescription
optionsCreateRemoteBrowserOptionsBrowser configuration.

RemoteBrowser

Stateful browser bound to the supplied file system.