use compression-stream-polyfill for faster, native gzip decompression [#97, #167]

This commit is contained in:
Brandon Liu
2023-05-22 10:49:16 +08:00
parent efb2f8c14c
commit b2aa3164fb
3 changed files with 47 additions and 14 deletions

View File

@@ -32,6 +32,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"fflate": "^0.7.3"
"compression-streams-polyfill": "^0.1.3",
"fflate": "^0.8.0"
}
}