ipfs-inactive / js-ipfs-unixfs-importer

[ARCHIVED] JavaScript implementation of the UnixFs importer used by IPFS
MIT License
5 stars 4 forks source link

feat: switch to async await #24

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

Converts the importer to async/await

Requires ipfs/js-ipfs-unixfs-exporter#21 to be merged

achingbrain commented 5 years ago

Ref: ipfs/js-ipfs#1670