open

JS
1.1
fun open(method: String, url: String)
(source)
fun open(
    method: String,
    url: String,
    async: Boolean,
    username: String? = definedExternally,
    password: String? = definedExternally)

(source)