Skip to content

Commit

Permalink
Fix postMessage domintro link to go to the correct overload
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and domenic committed Nov 2, 2018
1 parent 88493ec commit 1b6288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -96031,7 +96031,7 @@ function receiver(e) {
<h4>Posting messages</h4>

<dl class="domintro">
<dt><var>window</var> . <code subdfn data-x="dom-window-postMessage">postMessage</code>(<var>message</var> [, <var>options</var> ] )</dt>
<dt><var>window</var> . <code subdfn data-x="dom-window-postMessage-options">postMessage</code>(<var>message</var> [, <var>options</var> ] )</dt>

<dd>
<p>Posts a message to the given window. Messages can be structured objects, e.g. nested objects
Expand Down

0 comments on commit 1b6288b

Please sign in to comment.