We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6583816 commit b6a0ef1Copy full SHA for b6a0ef1
1 file changed
specs/ExtendedProcessFailed.md
@@ -564,7 +564,7 @@ namespace Microsoft.Web.WebView2.Core
564
BrowserProcessExited,
565
/// Indicates that the main frame's render process ended unexpectedly. A new
566
/// render process is created automatically and navigated to an error page.
567
- /// The app runs `Reload()` to try to recover from the failure.
+ /// You can use the Reload method to try to reload the page that failed.
568
RenderProcessExited,
569
/// Indicates that the main frame's render process is unresponsive.
570
RenderProcessUnresponsive,
0 commit comments