We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a23a1 commit a684a1eCopy full SHA for a684a1e
src/core/infrastructure/KyRequester.ts
@@ -50,6 +50,7 @@ async function processBody(response) {
50
51
return json || {};
52
case 'application/octet-stream':
53
+ case 'application/gzip':
54
const blob = await response.blob();
55
const arrayBuffer = await new Response(blob).arrayBuffer();
56
0 commit comments