streamich/memfs

FileHandle store current file position

Opened this issue · 0 comments

I may be wrong but FileHandle doesn't store the current position like the Node.js implementation does: for example https://nodejs.org/dist/latest-v16.x/docs/api/fs.html#fs_filehandle_read_buffer_offset_length_position ("position" parameter).