Fix ready message (format) (#565)

* Fix ready message sent to parent frame

* format
This commit is contained in:
Armando Trejo Oliver
2021-03-18 21:40:31 -07:00
committed by GitHub
parent f929a638d6
commit 19880203ec
4 changed files with 4 additions and 5 deletions

View File

@@ -75,7 +75,6 @@ export function sendReadyMessage(): void {
}
}
export function canSendMessage(): boolean {
return window.parent !== window;
}