Async.js was designed for Node.js in 2010. I never used async.js because you have Promises for long time and you can polyfill them.
Now async/await is natively supported in web and Node.js, so your heavy "promised" code can look a bit cleaner now. Answer is the same, there was never a real need of async.js.