Window
abstract external class Window : EventTarget, GlobalEventHandlers, WindowEventHandlers, WindowOrWorkerGlobalScope, WindowSessionStorage, WindowLocalStorage, GlobalPerformance, UnionMessagePortOrWindowProxy
Exposes the JavaScript Window to Kotlin
Constructors
Functions
Link copied to clipboard
fun addEventListener( type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun createImageBitmap(image: ImageBitmapSource, options: ImageBitmapOptions = definedExternally): Promise<ImageBitmap>
abstract fun createImageBitmap( image: ImageBitmapSource, sx: Int, sy: Int, sw: Int, sh: Int, options: ImageBitmapOptions = definedExternally): Promise<ImageBitmap>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeEventListener( type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
fun removeEventListener( type: String, callback: EventListener?, options: dynamic = definedExternally)
Link copied to clipboard
Link copied to clipboard
abstract fun setInterval( handler: dynamic, timeout: Int = definedExternally, vararg arguments: Any?): Int
Link copied to clipboard
abstract fun setTimeout( handler: dynamic, timeout: Int = definedExternally, vararg arguments: Any?): Int