You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ ZenFS is modular and extensible. The core includes some built-in backends:
10
10
-`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))
11
11
-`Fetch`: Downloads files over HTTP with the `fetch` API (_readonly_)
12
12
-`Port`: Interacts with a remote over a `MessagePort`-like interface (e.g. a worker)
13
+
-`Passthrough`: Use an existing `node:fs` interface with ZenFS
13
14
14
15
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.
0 commit comments