oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.48k stars 2.71k forks source link

Bun.inflateSync() can't decompresses buffer by new CompressionStream('deflate') #6659

Open truongan07 opened 11 months ago

truongan07 commented 11 months ago

What version of Bun is running?

1.0.6+969da088f5db3258a803ec186012e30f992829b4

What platform is your computer?

Linux 6.3.6-arch1-1 x86_64 unknown

What steps can reproduce the bug?

What is the expected behavior?

i want Bun.inflateSync() method can decompress as DecompressionStream

What do you see instead?

No response

Additional information

No response

Electroid commented 11 months ago

Bun does not support CompressionStream yet.

danielniccoli commented 6 months ago

It's on the roadmap https://github.com/oven-sh/bun/issues/159