Private socketCreates a directory named name under root.
The parent directory the new directory is created in
The name of the new directory
In milliseconds, how long to wait before timing out
Searches file contents under a root directory for the given query.
The query string to search for
The directory to search under
How long to wait (in ms) for results before timing out
Generated using TypeDoc
Filesystem operations exposed over the Websocket.
listruns through the correlatedfs:requestprotocol (see WispSocket.request);searchuses the dedicatedfilesearch start/filesearch resultsevents.Remarks
The new backend also serves plain file read/write/delete/rename over
fs:request, but those op shapes haven't been captured yet. Until typed wrappers exist here, they're reachable via WispSocket.request, and the existing HTTPFilesystemAPI covers them too.