electron/docs/api/structures
Tim Fish e3383c82d1
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 12:21:09 +01:00
..
bluetooth-device.md Fix bd object name 2016-10-18 15:47:18 +11:00
certificate-principal.md Expose extra certificate information: full breakdown of issuer and subject principals, as well as full structure of intermediate issuer certificates. 2016-11-15 15:53:42 -08:00
certificate.md fix relative link to CertificatePrincipal doc 2016-12-19 13:49:02 -08:00
cookie.md Put optional label before dash 2016-12-29 14:11:26 -08:00
cpu-usage.md 📝 Make a note in the docs 2017-10-03 10:25:42 -07:00
crash-report.md CrashReport structure does not match API output 2018-01-27 12:21:09 +01:00
desktop-capturer-source.md Fix typo, and trimming. 2016-10-24 06:34:09 +00:00
display.md Use point / size / rectangle structures consistently in API docs 2017-04-04 08:31:09 +02:00
file-filter.md More docs updates 2016-11-11 09:22:55 -08:00
gpu-feature-status.md Add app.getGPUFeatureStatus 2017-05-30 20:35:14 +02:00
io-counters.md Adding CPU and I/O metrics to process module 2017-05-04 14:33:59 -07:00
jump-list-category.md Put optional label before dash 2016-12-29 14:11:26 -08:00
jump-list-item.md Put optional label before dash 2016-12-29 14:11:26 -08:00
memory-info.md add peak working set size comment 2017-06-09 01:05:53 +08:00
memory-usage-details.md purgedSize and purgeableSize are removed by Chrome 2017-02-06 10:34:29 -08:00
mime-typed-buffer.md 📝 Fix document of MimeTypedBuffer Object 2017-04-06 11:38:59 +09:00
notification-action.md feat(docs): fix 'optional' wording 2017-11-28 18:15:15 +01:00
point.md Use point / size / rectangle structures consistently in API docs 2017-04-04 08:31:09 +02:00
printer-info.md Revert "PrinterInfo options object causes TypeScript error" 2017-09-24 11:11:04 +09:00
process-metric.md Fix typos in ProcessMetric doc 2017-05-26 08:36:51 -07:00
rectangle.md add integer note to each parameter 2017-06-13 11:51:55 -07:00
remove-client-certificate.md add docs 2016-12-09 09:56:16 -08:00
remove-password.md add docs 2016-12-09 09:56:16 -08:00
scrubber-item.md feat(docs): fix 'optional' wording 2017-11-28 18:15:15 +01:00
segmented-control-segment.md feat(docs): fix 'optional' wording 2017-11-28 18:15:15 +01:00
shortcut-details.md Rename bounds -> rectangle 2016-10-08 13:09:31 +11:00
size.md Use point / size / rectangle structures consistently in API docs 2017-04-04 08:31:09 +02:00
stream-protocol-response.md Add documentation for {intercept,register}StreamProtocol. 2017-11-13 16:16:14 -03:00
task.md Rename bounds -> rectangle 2016-10-08 13:09:31 +11:00
thumbar-button.md Put optional label before dash 2016-12-29 14:11:26 -08:00
transaction.md Pass multiple transactions at the same time 2018-01-10 17:19:44 +09:00
upload-blob.md fix UploadBlob heading 2016-11-16 09:02:49 -08:00
upload-data.md Fix uploaddata naming 2016-10-14 11:37:36 +11:00
upload-file-system.md fix typos in structures 2017-12-01 11:43:04 -08:00
upload-file.md fix typos in structures 2017-12-01 11:43:04 -08:00
upload-raw-data.md fix structure headings 2016-11-16 09:02:49 -08:00
web-source.md Add webFrame.setIsolatedWorldSecurityOrigin 2017-12-19 10:36:03 +09:00