post-me

Home > post-me > WindowMessenger > (constructor)

WindowMessenger.(constructor)

Constructs a new instance of the WindowMessenger class

Signature:

constructor({ localWindow, remoteWindow, remoteOrigin, }: {
        localWindow?: Window;
        remoteWindow: Window;
        remoteOrigin: string;
    });

Parameters

Parameter Type Description
{ localWindow, remoteWindow, remoteOrigin, } { localWindow?: Window; remoteWindow: Window; remoteOrigin: string; } Â