Service Worker Global Scope
Exposes the JavaScript ServiceWorkerGlobalScope to Kotlin
Constructors
ServiceWorkerGlobalScope
Link copied to clipboard
Functions
add Event Listener
Link copied to clipboard
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Content copied to clipboard
fun addEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
Content copied to clipboard
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
dispatch Event
Link copied to clipboard
fetch
Link copied to clipboard
abstract fun fetch(input: dynamic, init: RequestInit = definedExternally): Promise<Response>
Content copied to clipboard
import Scripts
Link copied to clipboard
remove Event Listener
Link copied to clipboard
fun removeEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Content copied to clipboard
fun removeEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)
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
skip Waiting
Link copied to clipboard
Properties
caches
Link copied to clipboard
location
Link copied to clipboard
navigator
Link copied to clipboard
onactivate
Link copied to clipboard
onfetch
Link copied to clipboard
onforeignfetch
Link copied to clipboard
onfunctionalevent
Link copied to clipboard
onlanguagechange
Link copied to clipboard
onmessage
Link copied to clipboard
onnotificationclick
Link copied to clipboard
onnotificationclose
Link copied to clipboard
onrejectionhandled
Link copied to clipboard
onunhandledrejection
Link copied to clipboard
performance
Link copied to clipboard
registration
Link copied to clipboard
self
Link copied to clipboard