This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
ipfs.files.addReadableStream() won't read streams #27
Labels
kind/bug
A bug in existing code (including security flaws)
Probably related to #26
When calling
ipfs.files.addReadableStream()
, as in the code below, thedata
event never fires. This happens when ipfs-companion is pointing at either an embeddedjs-ipfs
and and external ipfs node. Using a localjs-ipfs
node, it works.file
is an html File object, andfileStream
is and instance of https://github.com/maxogden/filereader-streamThe text was updated successfully, but these errors were encountered: