Comment on Async/await support in FirefoxparentComments−egeozcan9yYou specifically have to await the Promise returned by any async functionI just wanted to add (may help others): And you can only do that from within an async context (currently just the body of an async function).
Comments
I just wanted to add (may help others): And you can only do that from within an async context (currently just the body of an async function).