Files
kotlin-fork/libraries/stdlib/api/js/kotlin.browser.kt
T
Anton Bannykh cbabb4f76a JS stdlib api test: various changes
- Setting -Doverwrite.output=true updates gold data
- Big packages don't get split into chunks
- Unique lines in the API are marked with /*∆*/ and diff test is removed
- Annotations on separate lines and other dump format tweaks
- Test data moved to libraries/stdlib/api/
- Minor visibility fix to Enum members
2020-06-15 11:49:15 +03:00

7 lines
246 B
Kotlin

public external val document: org.w3c.dom.Document { get; }
public external val localStorage: org.w3c.dom.Storage { get; }
public external val sessionStorage: org.w3c.dom.Storage { get; }
public external val window: org.w3c.dom.Window { get; }