browserify / browserify/brfs

Support fs.createReadStream?

Open
#45 2 comments 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
556
Forks
58
PR merge metrics
No merged PRs in 30d

Description

A module I'm using ([parse-obj](https://www.npmjs.com/package/parse-obj) by @mikolalysenko) expects an incoming data stream, which I am loading from a static asset using `brfs`. But since there is no direct support for `createReadStream` I have been needing to add a simple `Readable` wrapper on top of `readFile`. It's not a huge problem, but I wonder if that boilerplate can be baked into `brfs` itself... I can do a quick PR if there are no design/scope issues with that.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.