shouldUpload API's are macOS only

This commit is contained in:
Samuel Attard 2016-11-08 11:14:55 +11:00 committed by Kevin Sawicki
parent 6bbd92368f
commit 0b9530efd7

View file

@ -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