Skip to content

Commit

Permalink
Update partial interface (mixin) NavigatorID
Browse files Browse the repository at this point in the history
This was overlooked in whatwg#3207.
  • Loading branch information
foolip authored and mustaqahmed committed Feb 15, 2019
1 parent e5d5a94 commit f89d9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -92814,7 +92814,7 @@ interface <dfn>Navigator</dfn> {
<p>If the <span data-x="concept-navigator-compatibility-mode">navigator compatibility mode</span>
is <i>Gecko</i>, then the user agent must also support the following partial interface:</p>

<pre><code class="idl" data-x="">partial interface <span id="NavigatorID-partial">NavigatorID</span> {
<pre><code class="idl" data-x="">partial interface mixin <span id="NavigatorID-partial">NavigatorID</span> {
[Exposed=Window] boolean <span data-x="dom-navigator-taintEnabled">taintEnabled</span>(); // constant false
[Exposed=Window] readonly attribute DOMString <span data-x="dom-navigator-oscpu">oscpu</span>;
};</code></pre>
Expand Down

0 comments on commit f89d9c6

Please sign in to comment.