RenderProcessGoneDetails 对象
🌐 RenderProcessGoneDetails Object
reason字符串 - 渲染进程消失的原因。可能的值:clean-exit- 进程退出,退出代码为零abnormal-exit- 进程以非零退出代码退出killed- 进程被发送 SIGTERM 或以其他方式从外部终止crashed- 进程崩溃oom- 进程内存不足launch-failed- 进程从未成功启动integrity-failure- Windows 代码完整性检查失败memory-eviction- 主动终止进程以防止将来出现内存不足 (OOM) 的情况。
exitCode整数 - 进程的退出代码,除非reason为launch-failed,在这种情况下,exitCode将是特定平台的启动失败错误代码。