Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: remove now-redundant removal of event loop task #4897

Merged
merged 1 commit into from
Sep 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -91242,8 +91242,6 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
<li><p>Set the <span>event loop</span>'s <span>currently running task</span> back to
null.</p></li>

<li><p>Remove <var>oldestTask</var> from its <span>task queue</span>.</p></li>

<li><p><i>Microtasks</i>: <span>Perform a microtask checkpoint</span>.</p></li>

<li><p>Let <var>now</var> be the <span>current high resolution time</span>. <ref
Expand Down Expand Up @@ -124441,6 +124439,7 @@ INSERT INTERFACES HERE
Martin Thomson,
Masataka Yakura,
Masatoshi Kimura,
Mason Freed,
Mason Mize,
Mathias Bynens,
Mathieu Henri,
Expand Down