Gregor Becker
Gregor Becker
@daniser Thank's for the head ups. Lookings forward for the reporduction, because with out it it's gonna hard to find and fix.
@cmitz @jhercog Yes i finally have some...sorry for the late answer. Was almost 3 weeks ill and this week i was on the vuejs conf in bonn. https://x.com/vue_js_de If nothing...
Sorry guys for letting you wait. Trying to find time and motivation to finally release this.
Hey there, @das-nirmal I have a smiliar solution like you. Although yours is using better functions. My first approach was this: ````ts import zlib from 'node:zlib'; import type { ZlibOptions,...
@pi0 I looked at the compressionStream and it is great. Although it only supports `deflate` and `gzip` rihgt now. So for `brotli` this won't work yet. Do i get you...
@pi0 Ok i get you point. See it also in h3. I could make an package `h3-compress` or add it directly as utility function to `h3`. After that their can...
Ok its done. I created a package for it. 🎉 https://github.com/CodeDredd/h3-compression I noticed also that the stream compresssion can't be used in the nitro plugin. Maybe you have any toughts...
@pio Ok i am on it....changing the name now fast. since your right. its still early stage.
@pi0 Here is the reproduction: https://stackblitz.com/edit/nuxt-starter-ffgnpo?file=server%2Fplugins%2Fcompression.ts Unfortunately i don't know how to change the node version. It is running on 16 at that doesn't support `CompressionStream`
@pi0 i think this ticket can be closed right?