net.openUrl
Description
Open a URL in the default broweser.

Parameters
url string

Return value
none

Example
net.openUrl("https://www.google.com")

Comments
There are no options to control the size of the browser window. There is also no control over whether a new window or a new tab in a existing window will be used.

See also

Back