Skip to content

Commit c2b9c12

Browse files
authored
Meta: export observable array attribute's backing list
1 parent 2c45ffc commit c2b9c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6729,7 +6729,7 @@ Note that when ECMAScript code sets an existing index to a new value, this will
67296729
then the [=observable array attribute/set an indexed value=] algorithm with the new value.
67306730

67316731
Every [=regular attribute=] whose type is an [=observable array type=] has a
6732-
<dfn for="observable array attribute">backing list</dfn>, which is a [=list=], initially empty.
6732+
<dfn export for="observable array attribute">backing list</dfn>, which is a [=list=], initially empty.
67336733
Specification authors can modify the contents of the backing list, which will automatically be
67346734
reflected in the contents of the observable array as observed by ECMAScript code. Similarly, any
67356735
modifications by ECMAScript code to the contents of the observable array will be reflected back into

0 commit comments

Comments
 (0)