ConnectToOpenerOptions
Properties
Section titled “Properties”allowAnyOrigin?
Section titled “allowAnyOrigin?”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.
localWindow?
Section titled “localWindow?”optional localWindow?: WindowEventTarget;Test seam. Defaults to the global window.
opener?
Section titled “opener?”optional opener?: | WindowLike | null;Test seam. Defaults to window.opener.
peerOrigin
Section titled “peerOrigin”peerOrigin: string;Exact origin of the page that opened this window. Required.
readyTimeoutMs?
Section titled “readyTimeoutMs?”optional readyTimeoutMs?: number;Give up on the ready handshake after this long. Default 15000ms.