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

Add a post-microtask-job list to event loops #2310

Merged
merged 3 commits into from
Mar 8, 2017
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
14 changes: 14 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3171,6 +3171,15 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute



<dt>Indexed Database API</dt>

<dd><p>This specification uses <dfn
data-x-href="https://w3c.github.io/IndexedDB/#cleanup-indexed-database-transactions">cleanup
Indexed Database transactions</dfn> defined by the Indexed Database API specification. <ref
spec=INDEXEDDB></p>



<dt>Media Source Extensions</dt>

<dd>
Expand Down Expand Up @@ -88538,6 +88547,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
event loop</span> is this <span>event loop</span>, <span>notify about rejected promises</span>
on that <span>environment settings object</span>.</p></li>

<li><p><span>Cleanup Indexed Database transactions</span>.</p></li>

<li><p>Let the <span>performing a microtask checkpoint</span> flag be false.</p></li>

</ol>
Expand Down Expand Up @@ -119000,6 +119011,9 @@ INSERT INTERFACES HERE
<dt id="refsIANAPERMHEADERS">[IANAPERMHEADERS]</dt>
<dd><cite><a href="https://www.iana.org/assignments/message-headers/message-headers.xhtml#perm-headers">Permanent Message Header Field Names</a></cite>. IANA.</dd>

<dt id="refsINDEXEDDB">[INDEXEDDB]</dt>
<dd><cite><a href="https://w3c.github.io/IndexedDB/">Indexed Database API</a></cite>, A. Alabbas, J. Bell. W3C.</dd>

<dt id="refsINBAND">[INBAND]</dt>
<dd><cite><a href="https://dev.w3.org/html5/html-sourcing-inband-tracks/">Sourcing In-band Media Resource Tracks from Media Containers into HTML</a></cite>, S. Pfeiffer, B. Lund. W3C.</dd>

Expand Down