node.js - How to make older browsers support async?
The async function of es6 was used during development, but using google38, I found that the Google version is too low and does not support async. Can I still use the async function without upgrading the browser? Everyone