b04ce6a5c8
docs: add mising webview 'render-process-gone' event
672 B
672 B
RenderProcessGoneDetails Object
reason
string - The reason the render process is gone. Possible values:clean-exit
- Process exited with an exit code of zeroabnormal-exit
- Process exited with a non-zero exit codekilled
- Process was sent a SIGTERM or otherwise killed externallycrashed
- Process crashedoom
- Process ran out of memorylaunch-failed
- Process never successfully launchedintegrity-failure
- Windows code integrity checks failed
exitCode
Integer - The exit code of the process, unlessreason
islaunch-failed
, in which caseexitCode
will be a platform-specific launch failure error code.