This documentation is archived and is not being maintained.
source property
Gets the window object that sent the message.
Syntax
| JavaScript | p = object.source |
Property values
Type: Object
The window of origin.
Standards information
Remarks
In cross-document messaging, the source attribute provides access to the window object that sent the message.
See also
-
MessageEvent