Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@Richienb Richienb released this 17 Nov 02:07
1b1d6f8

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.