Make ready message backwards compatible (#569)

This commit is contained in:
Armando Trejo Oliver
2021-03-19 08:38:57 -07:00
committed by GitHub
parent 049e3c36d8
commit e97a1643fb

View File

@@ -69,6 +69,7 @@ export function sendReadyMessage(): void {
{ {
signature: "pcIframe", signature: "pcIframe",
kind: "ready", kind: "ready",
data: "ready",
}, },
portalChildWindow.document.referrer portalChildWindow.document.referrer
); );