Window Or Worker Global Scope
Exposes the JavaScript WindowOrWorkerGlobalScope to Kotlin
Functions
clear Interval
Link copied to clipboard
clear Timeout
Link copied to clipboard
create Image Bitmap
Link copied to clipboard
abstract fun createImageBitmap(image: ImageBitmapSource, options: ImageBitmapOptions = definedExternally): Promise<ImageBitmap>
Content copied to clipboard
abstract fun createImageBitmap(image: ImageBitmapSource, sx: Int, sy: Int, sw: Int, sh: Int, options: ImageBitmapOptions = definedExternally): Promise<ImageBitmap>
Content copied to clipboard
fetch
Link copied to clipboard
abstract fun fetch(input: dynamic, init: RequestInit = definedExternally): Promise<Response>
Content copied to clipboard
set Interval
Link copied to clipboard
abstract fun setInterval(handler: dynamic, timeout: Int = definedExternally, vararg arguments: Any?): Int
Content copied to clipboard
set Timeout
Link copied to clipboard
abstract fun setTimeout(handler: dynamic, timeout: Int = definedExternally, vararg arguments: Any?): Int
Content copied to clipboard