Skip to content

Commit 349f5fb

Browse files
committed
editorial: add a value liveness note
1 parent d1e282d commit 349f5fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ <h1>Agents</h1>
128128
</tr>
129129
</table>
130130
</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 value in the [[AsyncContextKey]] field in an Async Context Mapping Record is not live, then its corresponding value is not necessarily live either.</p>
135+
</emu-note>
131136
</emu-clause>
132137

133138
<emu-clause id="sec-weakref-processing-model">

0 commit comments

Comments
 (0)