Client

sealed external class Client(source)

The Client interface represents an executable context such as a Worker, or a SharedWorker. Window clients are represented by the more-specific WindowClient. You can get Client/WindowClient objects from methods such as Clients.matchAll() and Clients.get().

MDN Reference

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun postMessage(message: Any?, transfer: ReadonlyArray<Transferable>)
fun postMessage(message: Any?, options: StructuredSerializeOptions = definedExternally)