dirkmc
030195e315
revert: "feat: make listen take an array of addrs ( #46 )" ( #51 )
...
This reverts commit 1dc5baab0b3efdf5ec07be646b8692700eb4c91c.
2019-04-29 17:04:17 +02:00
Jacob Heun
1dc5baab0b
feat: make listen take an array of addrs ( #46 )
...
* feat: make listen take an array of addrs
* fix: make error more user friendly
2019-04-19 10:20:56 +02:00
Alan Shaw
06ed59dc39
refactor: a better abort error message ( #47 )
...
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 ( #45 )
2019-04-18 12:44:17 +02:00
dirkmc
b30ee5f6af
feat: callbacks -> async / await ( #44 )
...
* 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