Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9
Releases: zen-fs/dom
1.2.5
This patches changesWebAccess to work even when theSharedArrayBuffer global is undefined.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.4
- Updated dependencies, including @zenfs/core and Typescript
- Re-licensed under LGPL
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.3
- Fixed
WebAccessFS.removenot operating recursively - Fixed
WebAccessFS.mkdircausing de-sync in theAsync()cache - Added
syncafter each test forWebAccess - The minimum @zenfs/core version is now v2.3.11
WebAccessis now tested in CI- Fixed handle not being removed from handle cache on delete
- Fixed the file system access API polyfill used for tests
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.2
- Changed
WebAccessFS.readdirto read from the underlying API instead of the cache (#34, thanks@sanfilippopablo) - Fixed
FileAccess.getnot working for any kind (i.e. whenkindisnull). Further improved in#34.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.1
- Fixed
disableHandleCachenot being correctly passed through toWebAccessFS - If the handle cache is enabled but a handle isn't in it,
WebAccessFS.getwill 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.statwill 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)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.2.0
This release adds thedisableHandleCache option toWebAccess. When enabled, this option causes the backend to always resolve handles using the underlying API, rather than using a cache. This fixes#32.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.9
This release changes theisAvailable check forIndexedDB to cache the result for eachIDBFactory. This means configuring multiple mounts to use the sameIDBFactory will only perform the test once, instead of for every mount.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.8
- Fixed
IndexedDBTransaction.prototype.keysincorrectly excluding non-string keys (fixes#30) - Updated dependencies, including
@zenfs/core - Tweaked the
WebAccesstest setup - Added some more descriptive error messages
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.7
This release updates to@zenfs/core v2.1.0 and fixes accidental cache poisoning inIndexedDBTransaction.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
1.1.6
bb5b8b6- The
Storagebackend now checks for the global based on config (zen-fs/core#196) - Updated to
@zenfs/core2.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.