WindowLike
The subset of Window we post to (the other side).
Properties
Section titled “Properties”closed?
Section titled “closed?”optional closed?: boolean;Methods
Section titled “Methods”close()?
Section titled “close()?”optional close(): void;Returns
Section titled “Returns”void
postMessage()
Section titled “postMessage()”postMessage(data, targetOrigin): void;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | unknown |
targetOrigin | string |
Returns
Section titled “Returns”void