Reputation: 1
I made a dummy shopping-cart site after watching a tutorial on it, the site functions well on all browsers I've tested it on except UC Browser pc version. It keeps sending back two errors in the console log;
I don`t know how to get pass these errors. This is the link to the dummy site: https://fojo-comfy-house.netlify.app/
Upvotes: 0
Views: 573
Reputation: 21
async/await is ES6 syntax. It's possible that UC browser for desktop doesn't support ES6 (I couldn't find any information on whether that's the case though)
Upvotes: 0