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
/** An object representing a single CSS @supports at-rule. It implements the CSSConditionRule interface, and therefore the CSSRule and CSSGroupingRule interfaces with a type value of 12 (CSSRule.SUPPORTS_RULE). */
* @param name Variant of type Number or String that specifies the object or collection to retrieve. If this parameter is an integer, it is the zero-based index of the object. If this parameter is a string, all objects with matching name or id properties are retrieved, and a collection is returned if more than one match is made.
8107
8111
* @param index Variant of type Number that specifies the zero-based index of the object to retrieve when a collection is returned.
8108
8112
*/
8109
-
item(index: number): Element | null;
8113
+
item(index: number): HTMLOptionElement | null;
8110
8114
/**
8111
8115
* Retrieves a select object or an object from an options collection.
8112
8116
* @param namedItem A String that specifies the name or id property of the object to retrieve. A collection is returned if more than one match is made.
@@ -12351,20 +12355,6 @@ declare var SVGComponentTransferFunctionElement: {
0 commit comments