Skip to content

Commit eda2485

Browse files
committed
Update options.ts
1 parent 83ea91c commit eda2485

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export interface Options {
9595
/**
9696
* Compress format.
9797
* https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream
98+
* @type "deflate-raw" | "deflate" | "gzip" | "brotli" | "zstd"
9899
* @default "deflate-raw"
99100
*/
100101
compressFormat?: compressFormat

src/options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export interface Options {
4848
/**
4949
* Compress format.
5050
* https://developer.mozilla.org/en-US/docs/Web/API/DecompressionStream/DecompressionStream
51+
* @type "deflate-raw" | "deflate" | "gzip" | "brotli" | "zstd"
5152
* @default "deflate-raw"
5253
*/
5354
compressFormat?: compressFormat

0 commit comments

Comments
 (0)