source property

JSObject? get source

@AvailableInWorkers("service")

The source read-only property of the ExtendableMessageEvent interface returns a reference to the Client object from which the message was sent.

Implementation

external JSObject? get source;