🔰await "thenable"

JSasynchronousawait ⟩ thenable

If await gets a "thenable" object, it calls .then() and waits for the resolved value.

Last updated

Was this helpful?