Rxova
Skip to content

ConnectToOpenerOptions

optional allowAnyOrigin?: boolean;

Dev only: accept messages from any origin and post with targetOrigin ’*’.


optional cid?: string;

Test seam. Defaults to the ue-cid query parameter.


optional localWindow?: WindowEventTarget;

Test seam. Defaults to the global window.


optional opener?:
| WindowLike
| null;

Test seam. Defaults to window.opener.


peerOrigin: string;

Exact origin of the page that opened this window. Required.


optional readyTimeoutMs?: number;

Give up on the ready handshake after this long. Default 15000ms.