Stuk / jszip

Create, read and edit .zip files with Javascript
https://stuk.github.io/jszip/
Other
9.76k stars 1.3k forks source link

Use CompressionStream for better performance #855

Open rwv opened 2 years ago

rwv commented 2 years ago

Could we use CompressionStream for better performance? CompressionStream supports gzip, deflate and deflate-raw (See Also https://wicg.github.io/compression/#supported-formats). However, compatibility may be a problem.

benbro commented 1 year ago

All browsers now support CompressionStream: https://bugzilla.mozilla.org/show_bug.cgi?id=1823619