ServiceWorkerRegistration

abstract external class ServiceWorkerRegistration : EventTarget

Exposes the JavaScript ServiceWorkerRegistration to Kotlin

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun addEventListener(    type: String,     callback: (Event) -> Unit?,     options: dynamic = definedExternally)
fun addEventListener(    type: String,     callback: EventListener?,     options: dynamic = definedExternally)
Link copied to clipboard
fun dispatchEvent(event: Event): Boolean
Link copied to clipboard
Link copied to clipboard
fun methodName(): Promise<dynamic>
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
fun showNotification(title: String, options: NotificationOptions = definedExternally): Promise<Unit>
Link copied to clipboard
fun unregister(): Promise<Boolean>
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open val APISpace: dynamic
Link copied to clipboard
Link copied to clipboard
open var onupdatefound: (Event) -> dynamic?
Link copied to clipboard
open val scope: String
Link copied to clipboard