Skip to content

Commit d3dbda5

Browse files
saschanazannevk
authored andcommitted
Extending WindowOrWorkerGlobalScope requires a partial interface mixin
1 parent 8c212e5 commit d3dbda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90412,8 +90412,8 @@ interface mixin <dfn>DocumentAndElementEventHandlers</dfn> {
9041290412
<code>Window</code> and <code>WorkerGlobalScope</code> objects.</p>
9041390413

9041490414
<p class="note">Other standards are encouraged to further extend it using <code data-x="">partial
90415-
interface <span>WindowOrWorkerGlobalScope</span> { &hellip; };</code> along with an appropriate
90416-
reference.</p>
90415+
interface mixin <span>WindowOrWorkerGlobalScope</span> { &hellip; };</code> along with an
90416+
appropriate reference.</p>
9041790417

9041890418
<pre class="idl">typedef (DOMString or <span data-x="idl-Function">Function</span>) <dfn>TimerHandler</dfn>;
9041990419

0 commit comments

Comments
 (0)