shouldUpload API's are macOS only
authorSamuel Attard <samuel.r.attard@gmail.com>
Tue, 8 Nov 2016 00:14:55 +0000 (11:14 +1100)
committerKevin Sawicki <kevinsawicki@gmail.com>
Mon, 28 Nov 2016 23:08:12 +0000 (15:08 -0800)
docs/api/crash-reporter.md

index 7114990..89f7e13 100644 (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