HTMLCollection
Values
item
Retrieves an object from various collections. Read more on MDN
let item: (WebAPI.DOMAPI.htmlCollection<'t>, int) => 'tnamedItem
Retrieves a select object or an object from an options collection. Read more on MDN
let namedItem: (WebAPI.DOMAPI.htmlCollection<'t>, string) => 't