We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31e83b commit 1a04b29Copy full SHA for 1a04b29
1 file changed
specs/ExtendedProcessFailed.md
@@ -388,7 +388,7 @@ typedef enum COREWEBVIEW2_PROCESS_FAILED_KIND {
388
389
/// Indicates that the main frame's render process ended unexpectedly. A new
390
/// render process is created automatically and navigated to an error page.
391
- /// 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.
392
COREWEBVIEW2_PROCESS_FAILED_KIND_RENDER_PROCESS_EXITED,
393
394
/// Indicates that the main frame's render process is unresponsive.
0 commit comments