Is there a way to call an asynchronous function from a synchronous function in njs?
I want to call an async function from a sync function in a dialect of JavaScript known as njs (it’s part of Nginx).
How to/is there a way to call an asynchronous function from a synchronous function in njs?
I want to call an async function from a sync function in a dialect of Javascript known as njs. It’s part of nginx.