Skip to content

Commit

Permalink
docs: update README with API status
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
streamich authored May 20, 2022
1 parent 8c91b3f commit 0587738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

In-memory file-system with [Node's `fs` API](https://nodejs.org/api/fs.html).

- Node's `fs` API implemented, see [_API Status_](./docs/api-status.md)
- Node's `fs` API implemented, see [_old API Status_](./docs/api-status.md), [missing list](https://github.com/streamich/memfs/issues/735), [missing `opendir`](https://github.com/streamich/memfs/issues/663)
- Stores files in memory, in `Buffer`s
- Throws sameish\* errors as Node.js
- Has concept of _i-nodes_
Expand Down

0 comments on commit 0587738

Please sign in to comment.