node-fetch / fetch-charset-detection

Charset detection and conversion, originally from node-fetch.
MIT License
11 stars 3 forks source link

Ensure detection will only be done on `http-equiv="Content-Type"` #248

Closed Ndpnt closed 2 years ago

Ndpnt commented 2 years ago

Avoid trying to guess charset from http-equiv="X-UA-Compatible"

Ndpnt commented 2 years ago

I did not see that it was already done in https://github.com/node-fetch/fetch-charset-detection/commit/52c7b5d02b8c4d3d73dee345d4c87d5a537ccde5 because the version published on npm is stil the version 1.0.0.

Can you publish the latest 1.0.1 version please?