This release adds streams to the internal API, which allows streaming directly to and from the file system.
- Added
streamReadandstreamWritetoFileSystemalong with default implementations streamReadis used byreadableWebStreaminFileHandle- Rewrote
ReadStreamandWriteStreamto usestreamReadandstreamWrite streamWriteforAsyncwrites to both the synchronous and asynchronous file systems- Calling
streamWriteonReadonlyFSthrowsEROFS - Streaming a write to
CopyOnWritewill stream to the writable file system - Added a test for
readableWebStream
There are also a some other minor changes:
- Fixed
writeonFetchnot updating the index metadata - Fixed
readdirforCopyOnWriteFS - Updated an import from
readlinetonode:readline - Fixed CSS log formats
CopyOnWritenow handles nested mount configuration resolution- Fixed attribute logging in
mount - Deprecated
FileTypeas it was already unused - Updated documentation for
modeinStatsCommon