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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,11 @@ <h1>Agents</h1>
128
128
</tr>
129
129
</table>
130
130
</emu-table>
131
+
132
+
<emu-note>
133
+
<p>The value field [[AsyncContextValue]] in the list [[AsyncContextMapping]] of an Agent Record is only intended to be accessed via an [[AsyncContextKey]] field. The list is not iterable through AsyncContext APIs.</p>
134
+
<p>The above definition implies that, if an [[AsyncContextKey]] field in an Async Context Mapping Record is not live, then its corresponding value is not necessarily live either.</p>
0 commit comments