source property

Object? source

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

Implementation

_i2.Object? get source => _i4.getProperty(
      this,
      'source',
    );