mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 18:12:39 +00:00
feature(web): enable deflate-raw compression format (#14863)
This commit is contained in:
parent
443041c23e
commit
e1d488ab88
3 changed files with 40 additions and 162 deletions
|
@ -16,6 +16,7 @@
|
|||
"CompressionFormat",
|
||||
[
|
||||
"deflate",
|
||||
"deflate-raw",
|
||||
"gzip",
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue