Skip to content

Conversation

@dgozman
Copy link
Contributor

@dgozman dgozman commented Jun 29, 2020

Firefox and WebKit require native promises to provide awaitPromise functionality. When the Promise is overwritten, all evaluations in the main world produce wrong Promise, so we wrap with async function to get a native promise instead.

Fixes #2732.

Firefox and WebKit require native promises to provide awaitPromise
functionality. When the Promise is overwritten, all evaluations
in the main world produce wrong Promise, so we wrap with async
function to get a native promise instead.
@dgozman dgozman merged commit 1fa9d30 into microsoft:master Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] [FF, WK] TypeError: messages is not iterable

2 participants