mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
docs: add mising webview 'render-process-gone' event Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Milan Burda <milan.burda@gmail.com>
672 B
672 B
RenderProcessGoneDetails Object
reasonstring - 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
exitCodeInteger - The exit code of the process, unlessreasonislaunch-failed, in which caseexitCodewill be a platform-specific launch failure error code.