v2.5.19
·
1977 commits
to master
since this release
- Improved support of
TransformStream:- Added support of plain objects containing a
writableproperty (WritableStream) as an alternative toWriterinstances - Added support of plain objects containing a
readableproperty (ReadableStream) when callingZipWriter#add - See https://github.com/gildas-lormeau/zip.js/blob/master/cli-deno/mc-zip.js for an example of code using these features
- Added support of plain objects containing a
- Improved the test runner for browsers by limiting the number of simultaneous tests