You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure compatibility with Safari for multi-environment ES6 builds (#18482)
Use a different parameter name to prevent the variable from being
incorrectly hoisted in JavaScriptCore-based engines (such as Safari).
See: https://bugs.webkit.org/show_bug.cgi?id=223533.
Regressed for multi-environment ES6 builds since commit ce4c405
(Emscripten 3.1.27). `-sENVIRONMENT=web` is not affected, as that
would avoid the emit of this async function altogether.
Resolves: #18357.
0 commit comments