Skip to content

Commit cfa5580

Browse files
committed
Add passthrough backend to readme
1 parent 1779e44 commit cfa5580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ZenFS is modular and extensible. The core includes some built-in backends:
1010
- `Overlay`: Use a read-only file system as read-write by overlaying a writable file system on top of it. ([copy-on-write](https://en.wikipedia.org/wiki/Copy-on-write))
1111
- `Fetch`: Downloads files over HTTP with the `fetch` API (_readonly_)
1212
- `Port`: Interacts with a remote over a `MessagePort`-like interface (e.g. a worker)
13+
- `Passthrough`: Use an existing `node:fs` interface with ZenFS
1314

1415
ZenFS supports a number of other backends. Many are provided as separate packages under `@zenfs`. More backends can be defined by separate libraries by extending the `FileSystem` class and providing a `Backend` object.
1516

0 commit comments

Comments
 (0)