Skip to content

Fixes signal emission of Promise::createResolved() and createRejected().

The signals were not emitted asynchronously. This commit fixes this to make the signal emission consistent with other constructors.

Merge request reports