max-mapper / max-mapper/filereader-stream
Breaking file streaming upload in Firefox
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 102
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Any idea why the following would not work in Firefox, but would in every other browser. Having a tough time determining if it's filereader-stream or hyperquest
var hyperquest = require('hyperquest');
var createReadStream = require('filereader-stream');
createReadStream(file).pipe(hyperquest('http://someserver.com'))
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the shown filereader-stream and hyperquest pipeline in Firefox, then compare each component's behavior with other browsers. The issue does not identify a source file or test; done would be identifying which component causes the Firefox failure and documenting or correcting the incompatibility.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100