From 492269a0fdc2a19a39ece921ed6fe636838bcb46 Mon Sep 17 00:00:00 2001 From: Thanasis Polychronakis Date: Tue, 15 Mar 2016 15:49:34 +0200 Subject: [PATCH] More info for crash reporter form type and payload --- docs/api/crash-reporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 98465dffc97..5a7ff720bfd 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -54,7 +54,7 @@ ID. ## crash-reporter Payload -The crash reporter will send the following data to the `submitURL` as `POST`: +The crash reporter will send the following data to the `submitURL` as a `multipart/form-data` `POST`: * `ver` String - The version of Electron. * `platform` String - e.g. 'win32'. @@ -66,6 +66,6 @@ The crash reporter will send the following data to the `submitURL` as `POST`: * `prod` String - Name of the underlying product. In this case Electron. * `_companyName` String - The company name in the `crashReporter` `options` object. -* `upload_file_minidump` File - The crash report as file. +* `upload_file_minidump` File - The crash report as file, a binary. * All level one properties of the `extra` object in the `crashReporter`. `options` object