memfs icon indicating copy to clipboard operation
memfs copied to clipboard

Implement `FileHandle` API

Open streamich opened this issue 11 months ago • 0 comments

  • Implemen FileHandle API
    • [ ] Cleanup
      • [ ] Maybe pass in FsPromisesApi instead of (in addition to) FsCallbackApi
    • [ ] Missing functionality
      • [ ] #734
      • [ ] FileHandle#sync
      • [ ] FileHandle#read overload
      • [ ] FileHandle#write overload
      • [ ] FileHandle[Symbol.asyncDispose]
      • [x] FileHandle#writev
      • [x] FileHandle#readv

streamich avatar Jan 10 '25 08:01 streamich