We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fed65d commit accdef1Copy full SHA for accdef1
index.bs
@@ -6803,7 +6803,7 @@ The [=type name=] of a frozen array
6803
type is the concatenation of the type name for |T| and the string
6804
"<code>Array</code>".
6805
6806
-<h4 id="idl-observable-array" interface lt="ObservableArrayT|ObservableArray<T>">Observable array types — ObservableArray<|T|></h4>
+<h4 id="idl-observable-array" interface lt="ObservableArray|ObservableArray<T>">Observable array types — ObservableArray<|T|></h4>
6807
6808
An <dfn id="dfn-observable-array-type" export>observable array type</dfn> is a parameterized type
6809
whose values are references to a combination of a mutable list of objects of type |T|, as well as
0 commit comments