Skip to content

Commit

Permalink
Meta: export WindowProxy for Shepherd
Browse files Browse the repository at this point in the history
See whatwg/webidl#209 for motivation.
  • Loading branch information
annevk authored and Alice Boxhall committed Jan 7, 2019
1 parent 22bcc74 commit f588184
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78412,12 +78412,12 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span

<h3>The <code>WindowProxy</code> exotic object</h3>

<p>A <dfn><code>WindowProxy</code></dfn> is an exotic object that wraps a <code>Window</code>
ordinary object, indirecting most operations through to the wrapped object. Each
<span>browsing context</span> has an associated <code>WindowProxy</code> object. When the
<span>browsing context</span> is <span data-x="navigate">navigated</span>, the <code>Window</code>
object wrapped by the <span>browsing context</span>'s associated <code>WindowProxy</code> object
is changed.</p>
<p>A <dfn data-export="" data-dfn-type="interface"><code>WindowProxy</code></dfn> is an exotic
object that wraps a <code>Window</code> ordinary object, indirecting most operations through to
the wrapped object. Each <span>browsing context</span> has an associated <code>WindowProxy</code>
object. When the <span>browsing context</span> is <span data-x="navigate">navigated</span>, the
<code>Window</code> object wrapped by the <span>browsing context</span>'s associated
<code>WindowProxy</code> object is changed.</p>

<p>There is no <code>WindowProxy</code> <span>interface object</span>.</p>

Expand Down

0 comments on commit f588184

Please sign in to comment.