browserify / browserify/http-browserify
Return Buffer objects from requests where it makes sense
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
See: http://stackoverflow.com/questions/30869460/node-js-browserify-error-on-parsing-tar-file/30878794#30878794, https://github.com/substack/stream-browserify/issues/8
It would be nice if this module emitted actual instances of Buffer so that it is compatible with other streams, specifically for `.pipe`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the request and response stream implementation to find where data chunks are emitted, then review the linked Stack Overflow and stream-browserify discussions. Confirm which request paths should emit Buffer instances for .pipe compatibility; done means those paths consistently return compatible Buffer objects and existing stream behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100