We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1885c42 commit 127af81Copy full SHA for 127af81
specs/ExtendedProcessFailed.md
@@ -713,6 +713,8 @@ namespace Microsoft.Web.WebView2.Core
713
LaunchFailed,
714
/// The process died due to running out of memory.
715
OutOfMemory,
716
+ /// The process exited because its corresponding profile was deleted.
717
+ ProfiledDeleted,
718
};
719
720
runtimeclass CoreWebView2ProcessFailedEventArgs
0 commit comments