ipfs / helia

An implementation of IPFS in TypeScript
https://helia.io
Other
957 stars 104 forks source link

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

Closed achingbrain closed 9 months ago

achingbrain commented 9 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