unenv icon indicating copy to clipboard operation
unenv copied to clipboard

Partially implement `node:zlib` using web compression streams

Open pi0 opened this issue 1 year ago • 0 comments

Followup from https://github.com/unjs/unenv/pull/230

node:zlib (gzip and deflate) can be implemented using Compression Streams API when available.

pi0 avatar May 31 '24 17:05 pi0