This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
a843792e12
electron
/
docs
/
api
/
structures
/
crash-report.md
5 lines
50 B
Markdown
Raw
Normal View
History
Unescape
Escape
Move crash-report object to it's own struct
2016-11-07 21:54:34 -07:00
# CrashReport Object
CrashReport structure does not match API output Electron 1.7 Docs: ```typescript interface CrashReport { date: string; ID: number; } ``` Actual output of `getLastCrashReport`: ```javascript { date: 2018-01-26T21:50:05.000Z, id: '989d0469-9eb7-4f70-ba58-3425bc6ffa3b' } ```
2018-01-27 04:21:09 -07:00
*
`date`
Date
docs: type names changed from wrapper to primitive (#31752)
2021-11-15 21:13:18 -07:00
*
`id`
string