We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7386a23 commit ac1693cCopy full SHA for ac1693c
README.md
@@ -14,7 +14,8 @@ At a high level what we're providing is several bits:
14
15
This polyfill/ponyfill ships with a few backends built in:
16
17
-* `node`: Interact with filesystem using nodes `fs`
+* `node`: Interact with filesystem using NodeJS `fs`
18
+* `deno`: Interact with filesystem using Deno
19
* `native`: Stores files the `Native Sandboxed` file file system storage
20
* `Sandbox`: Stores files into the Blinks `Sandboxed FileSystem` API.
21
* `IndexedDB`: Stores files into the browser's `IndexedDB` object database.
0 commit comments