We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2960ddd commit e86aa83Copy full SHA for e86aa83
source
@@ -90477,7 +90477,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
90477
90478
<ol>
90479
<li><p><span>Queue a task</span> on the <span>garbage collection task source</span> to perform
90480
- <span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>).</p></li>
+ <span>CleanupFinalizationGroup</span>(<var>finalizationGroup</var>). If this throws an exception,
90481
+ catch it, and <span>report the exception</span>.</p></li>
90482
</ol>
90483
90484
<p>The <span>task source</span> for any <span data-x="concept-task">tasks</span> that are <span
0 commit comments