Closed this issue 5 years ago · 1 comments
Please add support for sync call usage without callbacks if possible
I'm not really interested in adding synchronous counterparts. Besides, adding such things are not necessary since nowadays you can wrap the calls in a Promise and use async/await.
async
await