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
[Win32] Correct WebView initialization retry logic in Edge
WebView initialization may fail in some cases, for which the Microsoft
documentation proposes to retry initialization. The Edge implementation
already covers that case, but accidentally cancels the initialization of
the Edge instance even though a retry of initializing the contained
WebView is triggered.
This change properly separates actual initialization abortions and
retries and corrects the retry functionality.
0 commit comments