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'))
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