Skip to content

Commit 330add3

Browse files
committed
Fix: Editorial - link Promise<T> type throughout whatwg#9987
1 parent 702119c commit 330add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

+1-1
Original file line numberDiff line numberDiff line change
@@ -107493,7 +107493,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
107493107493
was initialized to. It represents the promise which this notification is about.</p>
107494107494

107495107495
<p class="note">Because of how Web IDL conversion rules for <code
107496-
data-x="">Promise&lt;<var>T</var>></code> types always wrap the input into a new promise, the
107496+
data-x=""><a href="https://webidl.spec.whatwg.org/#idl-promise">Promise</a>&lt;<var>T</var>></code> types always wrap the input into a new promise, the
107497107497
<code data-x="dom-PromiseRejectionEvent-promise">promise</code> attribute is of type <code
107498107498
data-x="idl-object">object</code> instead, which is more appropriate for representing an opaque
107499107499
handle to the original promise object.</p>

0 commit comments

Comments
 (0)