type
CompressionFormat
type CompressionFormat =
| 'gzip'
| 'deflate'
| 'deflate-raw'
| 'brotli'
| 'zstd'
Extends the standard web formats with brotli and zstd support.