Skip to content

Commit

Permalink
Fix typo in MessagePort's postMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiido committed Apr 9, 2024
1 parent ebbb1c0 commit 11ea4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -116913,7 +116913,7 @@ dictionary <dfn dictionary>StructuredSerializeOptions</dfn> {

<hr>

<p>The <dfn>message port post message steps</dfn>, given <var>sourcePart</var>,
<p>The <dfn>message port post message steps</dfn>, given <var>sourcePort</var>,
<var>targetPort</var>, <var>message</var> and <var>options</var> are as follows:</p>

<ol> <!-- a lot of this is similar or identical to the window post message steps -->
Expand Down

0 comments on commit 11ea4a2

Please sign in to comment.