Skip to content

Commit

Permalink
Added XML to the list of backends in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 10, 2024
1 parent ec67824 commit 74529ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Please read the ZenFS core documentation!

## Backends

- `WebStorage`: Stores files in a `Storage` object, like `localStorage` and `sessionStorage`.
- `IndexedDB`: Stores files into an `IndexedDB` object database.
- `WebAccess`: Store files using the [File System Access API](https://developer.mozilla.org/Web/API/File_System_API).
- `WebStorage` stores files in a `Storage` object, like `localStorage` and `sessionStorage`.
- `IndexedDB` stores files into an `IndexedDB` object database.
- `WebAccess` uses the [File System Access API](https://developer.mozilla.org/Web/API/File_System_API).
- `XML` uses an `XMLDocument` to store files, which can be appended to the DOM.

For more information, see the [API documentation](https://zen-fs.github.io/dom).

Expand Down

0 comments on commit 74529ac

Please sign in to comment.