Skip to content

Commit eb65c6d

Browse files
committed
Minor cleanups (especially removing an outdated note)
1 parent 49c0829 commit eb65c6d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Zone Solutions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ We then modify:
203203

204204
- `setTimeout` and `setInterval` to call ChangeOutstandingTimersCount(+1) on invocation
205205
- `setTimeout`'s queued task to to call ChangeOutstandingTimersCount(-1) once the task finishes
206-
- `clearTimeout` and `clearInterval to call ChangeOutstandingTimersCount(-1) when they actually clear a timer
206+
- `clearTimeout` and `clearInterval` to call ChangeOutstandingTimersCount(-1) when they actually clear a timer

spec.html

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ <h1>The Zone Constructor</h1>
3939

4040
<p>The `Zone` constructor is designed to be subclassable. It may be used as the value in an `extends` clause of a class definition. Subclass constructors that intend to inherit the specified `Zone` behaviour must include a `super` call to the `Zone` constructor to create and initialize the subclass instance with the internal state necessary to support the `Zone` and `Zone.prototype` built-in methods.</p>
4141

42-
<emu-note>
43-
<p>(Spec review note) I'm not sure if you can subclass classes that have internal slots on their constructors. Which is fine with me; just would need to revise the above. Might also want to make some things not go through `.constructor` in that case, and perhaps prohibit subclassing by checking NewTarget.</p>
44-
</emu-note>
45-
4642
<emu-clause id="sec-zone">
4743
<h1>Zone ( _options_ )</h1>
4844

0 commit comments

Comments
 (0)