Skip to content

Commit

Permalink
Meta: export pause
Browse files Browse the repository at this point in the history
Nobody but XMLHttpRequest take a dependency on this please. You have been warned.

Context: whatwg/xhr#311.
  • Loading branch information
annevk authored and domenic committed Feb 11, 2021
1 parent f76b314 commit d5d2946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -91215,7 +91215,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<hr>

<p>Some of the algorithms in this specification, for historical reasons, require the user agent to
<dfn>pause</dfn> while running a <span data-x="concept-task">task</span> until a condition <var>goal</var> is met. This means running the following steps:</p>
<dfn export>pause</dfn> while running a <span data-x="concept-task">task</span> until a condition
<var>goal</var> is met. This means running the following steps:</p>

<ol>
<li><p>If necessary, update the rendering or user interface of any <code>Document</code> or
Expand Down

0 comments on commit d5d2946

Please sign in to comment.