Skip to content

Comment on Async/await support in Firefoxparent

Comments

It's explicit, since the `async` keyword must only precede a function declaration.

i.e.:

    async function () { ... }
    
    // or 
    
    async () => { ... }

I believe they are discussing at the call site of an asynchronous function

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.