libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 447 forks source link

fix: add abort options to echo #2808

Closed achingbrain closed 2 weeks ago

achingbrain commented 2 weeks ago

Adds optional AbortOptions to interface, not sure why this wasn't there before.

Change checklist