default-browse-url (proc)
public {default-browse-url target:String = "_self", url:Url}:void
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.TEXT-FORMATS.

Ask the default browser to browse a given Url.

Description

Similar to Applet.browse-url, but makes the request directly to the host default browser.

Notes

Currently, for implementation reasons, treats any target except for "_self" (the default) as "_blank".