Release 0.1.0
BREAKING CHANGES
- Removed extractContentType, getTotalBytes and writeToStream.
const { convertBody } = require("fetch-charset-detection") // 0.0.2
const convertBody = require("fetch-charset-detection") // 0.1.0
Changed
- Support strings as content for
convertBody
.