browserify / browserify/http-browserify
Support `res.setEncoding` and non-text response types
Open
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
Response data in http-browserify seems to default to text. In node http it seems to default to buffer. Independent of defaults, the node version supports `setEncoding` so you can change the type of the response. The browserify version should do the same.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.