open

The Document.open() method opens a document for Document.write.

MDN Reference


fun open(url: String, name: String, features: String): WindowProxy?(source)
fun open(url: URL, name: String, features: String): WindowProxy?(source)