ipfs / helia

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

fix: blockstore operations should throw when passed an aborted signal #497

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

If an aborted AbortSignal is passed to blockstore operations, the operation should throw an AbortError.

Change checklist