Releases: zen-fs/dom
Releases · zen-fs/dom
1.2.5
1.2.4
1.2.3
- Fixed
WebAccessFS.remove
not operating recursively - Fixed
WebAccessFS.mkdir
causing de-sync in theAsync()
cache - Added
sync
after each test forWebAccess
- The minimum @zenfs/core version is now v2.3.11
WebAccess
is now tested in CI- Fixed handle not being removed from handle cache on delete
- Fixed the file system access API polyfill used for tests
1.2.2
1.2.1
- Fixed
disableHandleCache
not being correctly passed through toWebAccessFS
- If the handle cache is enabled but a handle isn't in it,
WebAccessFS.get
will now try to get the handle from the underlying API before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads) - If an inode is missing from the index,
WebAccessFS.stat
will try to lookup the underlying handle and add a new inode to the index before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
- The
Storage
backend now checks for the global based on config (zen-fs/core#196) - Updated to
@zenfs/core
2.0