Skip to content

Commit 2c76d7b

Browse files
authored
Update TryUpdateRuntime.md
1 parent f85f34f commit 2c76d7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

specs/TryUpdateRuntime.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ async protected bool EnsureWebView2RuntimeVersion(string minimalVersionRequired)
3030

3131
// For the scenario where the app wants to light up features fast while running with the old version.
3232
{
33-
// Switch to new version by closing and recreating WebView.
33+
...
34+
// Listen to NewBrowserVersionAvailable to take action.
3435
webView2Environment.NewBrowserVersionAvailable += delegate (object sender, object args)
3536
{
3637
// Close current WebView2 Control

0 commit comments

Comments
 (0)