Open
Description
Currently, spec states that awaitPromise
should await only for Promise
, but not for thenable
, while in ECMAScript await
should await for thenable as well: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#thenable_objects