feature(web): enable deflate-raw compression format (#14863)

This commit is contained in:
Kayla Washburn 2022-06-14 10:10:28 -06:00 committed by GitHub
parent 443041c23e
commit e1d488ab88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 162 deletions

View file

@ -16,6 +16,7 @@
"CompressionFormat",
[
"deflate",
"deflate-raw",
"gzip",
],
);