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
This adds an opt-in ipfsx experiment.
In short, if `experiments:{ipfsx:true}` is passed `window.ipfs.enable`
will return IPFS API instance wrapped in ipfsx prototype from
https://github.com/ipfs-shipyard/ipfsx
```
let ipfs = await window.ipfs.enable({
commands: ['add','files.addPullStream'],
experiments: { ipfsx: true }
})
```
0 commit comments