ServiceWorkerInstance

external interface ServiceWorkerInstance

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun resetHandlers(): Promise<Unit>
Link copied to clipboard
abstract fun start(options: StartServiceWorkerOptions): Promise<Unit>
Link copied to clipboard
abstract fun stop(): Promise<Unit>
Link copied to clipboard
abstract fun use(vararg handlers: RestHandler): Promise<Unit>