You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without the decompress: false, it would catch an error:
get-response.js:15 Uncaught (in promise) TypeError: decompressResponse is not a function
at Object.module.exports../node_modules/got/dist/source/get-response.js.exports.default (get-response.js:15)
at ClientRequest.handleResponse (request-as-event-emitter.js:121)
at Object.onceWrapper (events.js:300)
at ClientRequest.emit (events.js:215)
at ClientRequest.origin.emit (index.js:39)
at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:583)
at HTTPParser.parserOnHeadersComplete (_http_common.js:115)
at TLSSocket.socketOnData (_http_client.js:456)
at TLSSocket.emit (events.js:210)
at addChunk (_stream_readable.js:308)
1 commit comments
qtisan commentedon Mar 9, 2020
without the
decompress: false
, it would catch an error: