Merge pull request #1682 from nylki/patch-1
remove incorrect info about synchronous postMessage
This commit is contained in:
commit
990b8f4c8c
1 changed files with 0 additions and 4 deletions
|
@ -335,10 +335,6 @@ The full example:
|
||||||
|
|
||||||
[codetabs src="postmessage" height=120]
|
[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
|
## Summary
|
||||||
|
|
||||||
To call methods and access the content of another window, we should first have a reference to it.
|
To call methods and access the content of another window, we should first have a reference to it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue