1
0
mirror of https://github.com/fluencelabs/js-libp2p-interfaces synced 2025-05-06 23:02:25 +00:00

3 Commits

Author SHA1 Message Date
Alan Shaw
06ed59dc39 refactor: a better abort error message ()
Change to message as described here: https://heycam.github.io/webidl/#aborterror
2019-04-18 16:47:47 +02:00
dirkmc
4fd37bb616 feat: add type to AbortError () 2019-04-18 12:44:17 +02:00
dirkmc
b30ee5f6af feat: callbacks -> async / await ()
* feat: callbacks -> async / await

BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await

* test: add tests for canceling dials

* feat: Adapter class
2019-04-17 19:35:06 +02:00