We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05525c8 commit dff66beCopy full SHA for dff66be
source
@@ -78016,7 +78016,9 @@ console.assert(iframeWindow.frameElement === null);
78016
78017
<h3 split-filename="window-object">The <code>Window</code> object</h3>
78018
78019
- <pre class="idl">[PrimaryGlobal, LegacyUnenumerableNamedProperties] <!-- Exposed=Window is implied because it's the primary global -->
+ <pre class="idl">[Global=Window,
78020
+ Exposed=Window,
78021
+ LegacyUnenumerableNamedProperties]
78022
interface <dfn data-export="" data-dfn-type="interface">Window</dfn> : <span>EventTarget</span> {
78023
// the current browsing context
78024
[Unforgeable] readonly attribute <span>WindowProxy</span> <span data-x="dom-window">window</span>;
0 commit comments