shouldUpload API's are macOS only
This commit is contained in:
parent
6bbd92368f
commit
0b9530efd7
1 changed files with 2 additions and 2 deletions
|
@ -70,12 +70,12 @@ Returns [`CrashReport[]`](structures/crash-report.md):
|
|||
Returns all uploaded crash reports. Each report contains the date and uploaded
|
||||
ID.
|
||||
|
||||
### `crashReporter.getShouldUpload()`
|
||||
### `crashReporter.getShouldUpload()` _macOS_
|
||||
|
||||
Returns `Boolean` - Whether reports should be submitted to the server. Set through
|
||||
the `start` method or `setShouldUpload`.
|
||||
|
||||
### `crashReporter.setShouldUpload(shouldUpload)`
|
||||
### `crashReporter.setShouldUpload(shouldUpload)` _macOS_
|
||||
|
||||
* `shouldUpload` Boolean _macOS_ - Whether reports should be submitted to the server
|
||||
|
||||
|
|
Loading…
Reference in a new issue