package js.html; typedef HTMLCollectionOf = { /** Retrieves an object from various collections. **/ function item(index:Float):Null; function namedItem(name:String):Null; /** Sets or retrieves the number of objects in a collection. **/ final length : Float; };