Modules (188)

Launcher

Description

Dependencies

Functions

Public API

launch

Launch the given URL in the system default browser.

url string
    function launch(url) {
        // launch from node domain
        _nodeDomain.exec("launch", url);
    }

    // Exports
    exports.launch = launch;

});