File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95084,7 +95084,7 @@ interface <dfn interface>Window</dfn> : <span>EventTarget</span> {
9508495084 attribute DOMString <span data-x="dom-name">name</span>; <!-- not [Replaceable] per WebKit and IE8 -->
9508595085 [PutForwards=<span data-x="dom-location-href">href</span>, <span>LegacyUnforgeable</span>] readonly attribute <span>Location</span> <span data-x="dom-location">location</span>;
9508695086 readonly attribute <span>History</span> <span data-x="dom-history">history</span>;
95087- readonly attribute <span>Navigation</span> <span data-x="dom-navigation">navigation</span>;
95087+ [Replaceable] readonly attribute <span>Navigation</span> <span data-x="dom-navigation">navigation</span>;
9508895088 readonly attribute <span>CustomElementRegistry</span> <span data-x="dom-window-customElements">customElements</span>;
9508995089 [Replaceable] readonly attribute <span>BarProp</span> <span data-x="dom-window-locationbar">locationbar</span>;
9509095090 [Replaceable] readonly attribute <span>BarProp</span> <span data-x="dom-window-menubar">menubar</span>;
You can’t perform that action at this time.
0 commit comments