Skip to content

Commit b392269

Browse files
Update specs/TryUpdateRuntime.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 370d47b commit b392269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

specs/TryUpdateRuntime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async protected bool EnsureWebView2RuntimeVersion(string minimalVersionRequired)
3434
// Listen to NewBrowserVersionAvailable to take action.
3535
webView2Environment.NewBrowserVersionAvailable += delegate (object sender, object args)
3636
{
37+
// See the NewBrowserVersionAvailable documentation for more information
3738
// Close current WebView2 Control
3839
// Wait for it to completely shutdown
3940
// Recreate WebView2 Control to run with newer version

0 commit comments

Comments
 (0)