browserify / browserify/http-browserify
Return Buffer objects from requests where it makes sense
- Vorherrschende Sprache
- JavaScript
- Sterne
- 245
- Forks
- 104
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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`
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- api, web-dev
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100