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
Synchronous API at window.ipfs (v1) is being deprecated in favor of async window.ipfs.enable (v2) that supports asking for multiple permissions in bulk (details: ipfs/ipfs-companion#589)
TODO
support for asynchronous window.ipfs.enable
support passing commands and experiments to window.ipfs.enable
Other providers may want to add support for those in the future, so those could be top-level config options.
Context
Synchronous API at
window.ipfs
(v1) is being deprecated in favor of asyncwindow.ipfs.enable
(v2) that supports asking for multiple permissions in bulk (details: ipfs/ipfs-companion#589)TODO
window.ipfs.enable
commands
andexperiments
towindow.ipfs.enable
Prior Art
window.ipfs-fallback
: code+testsThe text was updated successfully, but these errors were encountered: