ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
814 stars 81 forks source link

feat: stream car file bytes from @helia/car #444

Closed achingbrain closed 4 months ago

achingbrain commented 4 months ago

To better support streaming CAR files with a less confusing API, add a method to @helia/car that takes root CIDs and returns an AsyncGenerator that yields CAR file bytes.

Change checklist