Update docs
This commit is contained in:
parent
54222bdf28
commit
9382d48708
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ Open the given file in the desktop's default manner.
|
||||||
* `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`.
|
||||||
* `callback` Function (optional) - If specified will perform the open asynchronously. _macOS_
|
* `callback` Function (optional) - If specified will perform the open asynchronously. _macOS_
|
||||||
* `opened` Boolean
|
* `error` Error
|
||||||
|
|
||||||
Returns `Boolean` - Whether an application was available to open the URL.
|
Returns `Boolean` - Whether an application was available to open the URL.
|
||||||
If callback is specified, it will return whether it was able to initiate the open call.
|
If callback is specified, always returns true.
|
||||||
|
|
||||||
Open the given external protocol URL in the desktop's default manner. (For
|
Open the given external protocol URL in the desktop's default manner. (For
|
||||||
example, mailto: URLs in the user's default mail agent).
|
example, mailto: URLs in the user's default mail agent).
|
||||||
|
|
Loading…
Reference in a new issue