remove incorrect info about synchronous postMessage

This commit is contained in:
Tom Brewe 2019-12-20 10:46:16 +01:00 committed by GitHub
parent e92bb83e99
commit 66a2af3b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,10 +335,6 @@ The full example:
[codetabs src="postmessage" height=120]
```smart header="There's no delay"
There's totally no delay between `postMessage` and the `message` event. The event triggers synchronously, faster than `setTimeout(...,0)`.
```
## Summary
To call methods and access the content of another window, we should first have a reference to it.