Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.dom
/
Document
/
open
open
fun
open
(
)
:
Document
(
source
)
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
)