Closed okdistribute closed 1 year ago
If I pass in the key, I would expect hyperdrive to have the key as an object, even if its not ready.
current behavior:
var archive = hyperdrive('./dir', 'mykey') console.log(archive.key) // null archive.on('ready', function () { console.log(archive.key) // key is printed })
If I pass in the key, I would expect hyperdrive to have the key as an object, even if its not ready.
current behavior: