We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdcc744 + 66a2af3 commit 990b8f4Copy full SHA for 990b8f4
3-frames-and-windows/03-cross-window-communication/article.md
@@ -335,10 +335,6 @@ The full example:
335
336
[codetabs src="postmessage" height=120]
337
338
-```smart header="There's no delay"
339
-There's totally no delay between `postMessage` and the `message` event. The event triggers synchronously, faster than `setTimeout(...,0)`.
340
-```
341
-
342
## Summary
343
344
To call methods and access the content of another window, we should first have a reference to it.
0 commit comments