You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
fix: do not assume certain implementations of ipfs are present (#584)
* fix: do not assume js-ipfs is present
Passing `type: 'js'` requires the containing project to have a
dependency on js-IPFS which may not be the case.
* fix: one more reference
* fix: do not assume go-ipfs is present either
* fix: configure webrtc for browser nodes
ipfs-http-client tests might need to start a webrtc signalling
server in the background.
* fix: fix up http client tests
0 commit comments