Commit 39fd438
refactor(fs): Refactor Resource internals
* Improve handling for concurrent resource access and modifications,
especially when buffering streams.
* Deprecate getStatInfo in favor of dedicated getSize, isDirectory,
getLastModified methods.
* Deprecate synchronous getStream in favor of getStreamAsync and
modifyStream, allowing for atomic modification of resource content
* Generate Resource hash using ssri1 parent 1041695 commit 39fd438
3 files changed
Lines changed: 275 additions & 479 deletions
0 commit comments