You're importing pako to gzip data. `CompressionStream` does it natively.
DEV Community
You're importing pako to gzip data. `CompressionStream` does it natively.
pako is one of npm's most downloaded packages — pulled in by thousands of projects to compress data before storing or sending it. CompressionStream and DecompressionStream do the same job natively, in any modern browser and Node.js 18+, with no dependencies and native C-speed execution.
0 comments
No comments yet.