зеркало из https://github.com/electron/electron.git
Add autoSubmit crashReporter option
This commit is contained in:
Родитель
0c73140b07
Коммит
0b9a2f6be6
|
@ -40,6 +40,23 @@ clipboard.writeHtml()
|
|||
clipboard.writeHTML()
|
||||
```
|
||||
|
||||
## `crashReporter`
|
||||
|
||||
```js
|
||||
// Deprecated
|
||||
crashReporter.start({
|
||||
companyName: 'Crashly',
|
||||
submitURL: 'https://crash.server.com',
|
||||
autoSubmit: true
|
||||
})
|
||||
// Replace with
|
||||
crashReporter.start({
|
||||
companyName: 'Crashly',
|
||||
submitURL: 'https://crash.server.com',
|
||||
uploadToServer: true
|
||||
})
|
||||
```
|
||||
|
||||
## `nativeImage`
|
||||
|
||||
```js
|
||||
|
|
Загрузка…
Ссылка в новой задаче