Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

fix: upgrade for 0.34 #7

Merged
merged 1 commit into from
Jan 18, 2019
Merged

Commits on Jan 16, 2019

  1. fix: upgrade for 0.34

    JS IPFS v0.34 is coming out soon. It has breaking changes. This PR addresses those issues. I've tested this against v0.34.0-rc.1 in the [browser video streaming example](https://github.com/ipfs/js-ipfs/tree/master/examples/browser-video-streaming) and it all works.
    
    This PR also improves the code by actually streaming the file using `catReadableStream` over `cat` (which buffers content in memory).
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e6d43b7 View commit details
    Browse the repository at this point in the history