ipfs-inactive / js-ipfs-unixfs-exporter

[ARCHIVED] JavaScript implementation of the UnixFs exporter used by IPFS
MIT License
2 stars 3 forks source link

feat: convert to async/await #21

Closed achingbrain closed 5 years ago

achingbrain commented 5 years ago

Converts the importer to async/await

Requires ipfs/js-ipfs-unixfs-importer#24 to be merged.

achingbrain commented 5 years ago

Ref: ipfs/js-ipfs#1670

achingbrain commented 5 years ago

Closes #7