You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -392,12 +392,29 @@ <h1>Properties of the AsyncContext Constructor</h1>
392
392
</ul>
393
393
394
394
<emu-clauseid="sec-asynccontext-wrap">
395
-
<h1>AsyncContext.wrap ( _func_ )</h1>
395
+
<h1>AsyncContext.wrap ( _target_ )</h1>
396
396
<p>This function returns a new function which opaquely captures the current value of all AsyncContexts and restores the captured value when being invoked.</p>
0 commit comments