You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `useCompressionStream` doesn't work right now in nitro. So you just can use `useCompression`
81
85
82
86
## Utilities
83
87
84
-
H3 has a concept of composable utilities that accept `event` (from `eventHandler((event) => {})`) as their first argument and `response` as their second.
88
+
H3-compression has a concept of composable utilities that accept `event` (from `eventHandler((event) => {})`) as their first argument and `response` as their second.
85
89
86
90
#### Zlib Compression
87
91
@@ -104,6 +108,10 @@ H3 has a concept of composable utilities that accept `event` (from `eventHandler
0 commit comments