Skip to content

Commit

Permalink
Fix passing of agent into Javascript realm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapuska committed Jul 29, 2019
1 parent 0098afe commit 5417013
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78065,8 +78065,11 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
realm</span> in <var>agent</var> with the following customizations:</p>

<ul>
<li><p>For the global object, create a new <code>Window</code> object providing
<var>agent</var> as the global object's <span>agent</span>.</p></li>
<li><p>For the agent, use <var>agent</var>. <span class="XXX">This pointer is not yet defined
in the JavaScript specification; see <a
href="https://github.com/tc39/ecma262/issues/1357">tc39/ecma262#1357</a>.</span></p></li>

<li><p>For the global object, create a new <code>Window</code> object.</p></li>

<li><p>For the global <b>this</b> binding, use <var>browsingContext</var>'s
<code>WindowProxy</code> object.</li>
Expand Down

0 comments on commit 5417013

Please sign in to comment.