@@ -92771,6 +92771,9 @@ function receiver(e) {
92771
92771
<li><p>Let <var>targetRealm</var> be this <code>Window</code> object's <span
92772
92772
data-x="concept-global-object-realm">Realm</span>.</p></li>
92773
92773
92774
+ <li><p>Let <var>entrySettings</var> be the <span>entry settings object</span>.</p></li>
92775
+
92776
+ <li><p>Let <var>incumbentSettings</var> be the <span>incumbent settings object</span>.</p></li>
92774
92777
92775
92778
<li><p>Let <var>cloneRecord</var> be <span>StructuredCloneWithTransfer</span>(<var>message</var>,
92776
92779
<var>transfer</var>, <var>targetRealm</var>). Rethrow any exceptions.</p></li>
@@ -92789,8 +92792,7 @@ function receiver(e) {
92789
92792
<p>If the <var>targetOrigin</var> argument is a single literal U+002F SOLIDUS
92790
92793
character (/), and the <code>Document</code> of the <code>Window</code> object on which the
92791
92794
method was invoked does not have the <span>same origin</span> as the <span>responsible
92792
- document</span> specified by the <span>entry settings object</span>, then abort these steps
92793
- silently.</p>
92795
+ document</span> specified by <var>entrySettings</var>, then abort these steps silently.</p>
92794
92796
92795
92797
<p>Otherwise, if the <var>targetOrigin</var> argument is an <span>absolute URL</span>,
92796
92798
and the <code>Document</code> of the <code>Window</code> object on which the method was invoked
@@ -92809,11 +92811,11 @@ function receiver(e) {
92809
92811
initialised to the value of <var>message clone</var>, the <code
92810
92812
data-x="dom-MessageEvent-origin">origin</code> attribute must be initialised to the <span
92811
92813
data-x="Unicode serialisation of an origin">Unicode serialisation</span> of the
92812
- <span>origin</span> specified by the <span>incumbent settings object</span >, the <code
92814
+ <span>origin</span> specified by <var>incumbentSettings</var >, the <code
92813
92815
data-x="dom-MessageEvent-source">source</code> attribute must be initialised to the
92814
92816
<code>WindowProxy</code> object corresponding to the <span
92815
92817
data-x="concept-settings-object-global">global object</span> (a <code>Window</code> object)
92816
- specified by the <span>incumbent settings object</span >, and the <code
92818
+ specified by <var>incumbentSettings</var >, and the <code
92817
92819
data-x="dom-MessageEvent-ports">ports</code> attribute must be initialised to the <var>new
92818
92820
ports</var> array.</p></li> <!-- invariant: the global object is always a Window if the script
92819
92821
can see this method -->
0 commit comments