Link to a fixed version of the Node.js `fs` API
The first sentence in the README looks like this:
https://github.com/streamich/memfs/blob/234b95e9cc5e2bf8cab19a1846545fb3df0a00cb/README.md#L5
The URL https://nodejs.org/api/fs.html reflects the current version of Node.js API, which is v15.2.1 at the moment:
Node.js v15.2.1 Documentation
However, there are some methods in this latest API that are not implemented by memfs, for example opendir(). Given that the link serves as the API documentation, it should link to an exact API version that matches the status of memfs (e.g. https://nodejs.org/docs/latest-v4.x/api/fs.html for Node.js 4).
The same URL is also in other places than in the README: https://github.com/streamich/memfs/search?q="https%3A%2F%2Fnodejs.org%2Fapi%2Ffs.html"
Did anybody look into this? It is easy to fix, and it would definitely reduce confusion in newcomers that try to use methods from the latest Node.js API documentation that are not implemented in memfs.
Because this is no longer true as of 2021:
https://github.com/streamich/memfs/blob/f208505ae0daa9065a044c2d1e456a555e0c3aeb/docs/api-status.md#L3