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

feat: add support for File DOM API to files-regular #986

Merged
merged 7 commits into from
May 16, 2019

Conversation

hugomrdias
Copy link
Contributor

@hugomrdias hugomrdias commented May 2, 2019

This PR also tweaks the upload example a bit

needs:

related:

ipfs/js-ipfs#2013


class App extends React.Component {
constructor () {
super()
this.state = {
added_file_hash: null
}
this.ipfs = ipfsClient('localhost', '5001')
this.ipfs = ipfsClient('localhost', '58041')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change from 5001?

@alanshaw
Copy link
Contributor

@hugomrdias I've rebased and updated interface-ipfs-core dep

@alanshaw alanshaw merged commit 7b49f7e into master May 16, 2019
@alanshaw alanshaw deleted the feat/support-file-dom-api branch May 16, 2019 21:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants