Do not add JS wrapper for setFeedURL
When possible we should avoid adding wrappers in JS, it usually makes code more difficult to mantain
This commit is contained in:
parent
e2442fb052
commit
a3786f66c9
4 changed files with 10 additions and 6 deletions
|
@ -97,7 +97,7 @@ The `autoUpdater` object has the following methods:
|
|||
### `autoUpdater.setFeedURL(url[, requestHeaders])`
|
||||
|
||||
* `url` String
|
||||
* `requestHeaders` Object - HTTP request headers (_OS X_)
|
||||
* `requestHeaders` Object _OS X_ - HTTP request headers.
|
||||
|
||||
Sets the `url` and initialize the auto updater.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue