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

Feat/expose ipfs utils #784

Merged
merged 10 commits into from
Mar 13, 2017
Merged

Feat/expose ipfs utils #784

merged 10 commits into from
Mar 13, 2017

Commits on Mar 11, 2017

  1. Expose Buffer on ipfs objects, add examples

    This lets you construct a Buffer even in browser code that doesn't have access to the Node Buffer global, so that you can pass it back to IPFS API calls that want a Buffer.
    
    Add some usage documentation
    
    Mentions the `ipfs.Buffer` field you can use to stamp out `Buffer`s so you can actually insert stuff given just an `IPFS` instance and no Node.js APIs in scope.
    
    Also add examples for using IPFS in browser with a script tag, and for using libp2p-webrtc-star.
    interfect authored and JGAntunes committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    75f140a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144f59b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    489db45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    788ed81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02dce62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6af5061 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    bb5fae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa21ed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea0d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    ebb0717 View commit details
    Browse the repository at this point in the history