nodejs fetch throws TypeError terminated when content-encoding is deflate on some pages
I have noticed that when fetching some URLs with nodejs fetch
a TypeError is thrown when trying to parse the text on the response using the .text()
method.
nodejs fetch throws TypeError terminated when content-encoding is deflate on some pages
I have noticed that when fetching some URLs with nodejs fetch
a TypeError is thrown when trying to parse the text on the response using the .text()
method.