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
use streaming API for blockstore access (#232) (65d7596)
BREAKING CHANGES
repo.blockstore.putMany() used to return a promise that resolved when all the deletes were done, now it returns an AsyncIterator that yields {key, value} objects as the put progresses
repo.blockstore.deleteMany() used to return a promise that resolved when all the deletes were done, now it returns an AsyncIterator that yields CID objects as the delete progresses