We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ea91c commit eda2485Copy full SHA for eda2485
2 files changed
README.md
@@ -95,6 +95,7 @@ export interface Options {
95
/**
96
* Compress format.
97
* https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream
98
+ * @type "deflate-raw" | "deflate" | "gzip" | "brotli" | "zstd"
99
* @default "deflate-raw"
100
*/
101
compressFormat?: compressFormat
src/options.ts
@@ -48,6 +48,7 @@ export interface Options {
48
49
50
51
52
53
54
0 commit comments