updated docs
This commit is contained in:
parent
4c9d432bd9
commit
f57b619097
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Open the given file in the desktop's default manner.
|
||||||
|
|
||||||
### `shell.openExternal(url[, options, callback])`
|
### `shell.openExternal(url[, options, callback])`
|
||||||
|
|
||||||
* `url` String
|
* `url` String - max 2081 characters on windows, or the function returns false
|
||||||
* `options` Object (optional) _macOS_
|
* `options` Object (optional) _macOS_
|
||||||
* `activate` Boolean - `true` to bring the opened application to the
|
* `activate` Boolean - `true` to bring the opened application to the
|
||||||
foreground. The default is `true`.
|
foreground. The default is `true`.
|
||||||
|
|
Loading…
Reference in a new issue