Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90412,8 +90412,8 @@ interface mixin <dfn>DocumentAndElementEventHandlers</dfn> {
<code>Window</code> and <code>WorkerGlobalScope</code> objects.</p>

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

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

Expand Down