browserify / browserify/http-browserify
Return Buffer objects from requests where it makes sense
未关闭
- 主要语言
- JavaScript
- 星标
- 245
- 派生
- 104
- PR 合并指标
- 30 天内没有已合并 PR
描述
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`
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先跟踪请求和响应流的实现,以找出数据块在哪里发出,然后查看链接的 Stack Overflow 和 stream-browserify 讨论。确认哪些请求路径应为与 .pipe 的兼容性发出 Buffer 实例;完成的标准是这些路径始终返回兼容的 Buffer 对象,并且现有的流行为保持不变。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- api, web-dev
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100