Skip to content

Commit

Permalink
Give a dfn to link to for MDN compat box
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Dec 16, 2020
1 parent 4afa8aa commit 2400039
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -89734,11 +89734,12 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
<h6 id="hostmakejobcallback"><dfn>HostMakeJobCallback</dfn>(<var>callable</var>)</h6>

<p>JavaScript contains an <span>implementation-defined</span> <span
data-x="js-HostMakeJobCallback">HostMakeJobCallback</span>(<var>callable</var>) abstract
operation to let hosts attach state to JavaScript callbacks that are called from inside <span
data-x="concept-task">task</span>s. HTML saves the <span>incumbent settings object</span> and a
<span>JavaScript execution context</span> for the <span>active script</span>. User agents must
use the following implementation: <ref spec=JAVASCRIPT></p>
data-x="js-HostMakeJobCallback">HostMakeJobCallback</span>(<var>callable</var>) abstract operation
to let hosts attach state to JavaScript callbacks that are called from inside <span
data-x="concept-task">task</span>s. HTML performs <dfn>incumbent settings object tracking in
Promises</dfn> by saving the <span>incumbent settings object</span> and a <span>JavaScript
execution context</span> for the <span>active script</span>. User agents must use the following
implementation: <ref spec=JAVASCRIPT></p>

<ol>
<li><p>Let <var>incumbent settings</var> be the <span>incumbent settings object</span>.</p></li>
Expand Down

0 comments on commit 2400039

Please sign in to comment.