Releases: zen-fs/dom
Releases · zen-fs/dom
1.1.5
Refactored WebAccess
to use IndexFS
, which fixes numerous issues. Also, errnoForDOMException
now returns EPERM
for TypeMismatchError
s.
Using @zenfs/core
1.9.2 and this release, only a single assertion fails in the tests for WebAccess
, likely due to an issue with the polyfill. You should be able to use the WebAccess
backend without any issues now!
1.1.4
This release makes significant improvements to WebAccess
. While it now passes 160 tests from the FS test suites, it still fails 9 of them. You should not use WebAccess
in production until these issues are fixed.
With that out of the way, here are the other changes in this release:
write
now works with resizable buffers onWebAccessFS
- Updated
IndexedDB
to have caching at the store level - Enabled
verbatimModuleSyntax
- Fixed
framebuffer
allocating a new buffer every time it was written to - Removed
file-system-access
development dependency in favor of a custom File System Access API polyfill- The dependency also had multiple bugs
- Improved
WebAccess
handlekind
checks - Added
DOM.AsyncIterable
to tsconfig - Fixed
ErrnoError
syscall
s inWebAccess
- Updated to core 1.9.0