Skip to content

Commit 008d7cb

Browse files
domenicannevk
authored andcommitted
Meta: export observable array hooks
1 parent 776efb2 commit 008d7cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6835,11 +6835,11 @@ Observable array types must only be used as the type of [=regular attributes=].
68356835
For an attribute whose type is an observable array type, specification authors can specify a series
68366836
of algorithms:
68376837

6838-
* <dfn for="observable array attribute">set an indexed value</dfn>, which accepts an IDL value
6839-
that is about to be set in the observable array, and the index at which it is being set;
6840-
* <dfn for="observable array attribute">delete an indexed value</dfn>, which accepts an IDL value
6841-
that is about to be removed from the observable array, and the index from which it is being
6842-
removed.
6838+
* <dfn export for="observable array attribute">set an indexed value</dfn>, which accepts an IDL
6839+
value that is about to be set in the observable array, and the index at which it is being set;
6840+
* <dfn export for="observable array attribute">delete an indexed value</dfn>, which accepts an
6841+
IDL value that is about to be removed from the observable array, and the index from which it is
6842+
being removed.
68436843

68446844
Both of these algorithms are optional, and if not provided, the default behavior will be to do
68456845
nothing. Either algorithm may throw an exception, e.g. to reject invalid values.

0 commit comments

Comments
 (0)