mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user