Skip to content

Tag: javascript async

JavaScript

Adding Promise Support to a Node.js Library

I know that when I am working in JavaScript, I prefer to keep everything to using promises or async/await instead of occasionally using callbacks because a library doesn't support them.

May 2, 2022