source

Psource
Bun

Symbol

MessageEvent.source

readonly source: null | MessageEventSource

Returns the WindowProxy of the source window, for cross-document messaging, and the MessagePort being attached, in the connect event fired at SharedWorkerGlobalScope objects.

MDN Reference