kotlin-stdlib / org.w3c.dom / get get JS 1.1 operator fun HTMLAllCollection.get(index: Int): Element?(source) operator fun HTMLAllCollection.get( name: String): UnionElementOrHTMLCollection?(source) operator fun DOMStringMap.get(name: String): String?(source) operator fun AudioTrackList.get(index: Int): AudioTrack?(source) operator fun VideoTrackList.get(index: Int): VideoTrack?(source) operator fun TextTrackList.get(index: Int): TextTrack?(source) operator fun TextTrackCueList.get(index: Int): TextTrackCue?(source) operator fun HTMLFormElement.get(index: Int): Element?(source) operator fun HTMLFormElement.get( name: String): UnionElementOrRadioNodeList?(source) operator fun HTMLSelectElement.get(index: Int): Element?(source) operator fun DataTransferItemList.get( index: Int): DataTransferItem?(source) operator fun Window.get(name: String): dynamic(source) operator fun PluginArray.get(index: Int): Plugin?(source) operator fun PluginArray.get(name: String): Plugin?(source) operator fun MimeTypeArray.get(index: Int): MimeType?(source) operator fun MimeTypeArray.get(name: String): MimeType?(source) operator fun Plugin.get(index: Int): MimeType?(source) operator fun Plugin.get(name: String): MimeType?(source) operator fun Storage.get(key: String): String?(source) operator fun NodeList.get(index: Int): Node?(source) operator fun HTMLCollection.get(index: Int): Element?(source) operator fun HTMLCollection.get(name: String): Element?(source) operator fun Document.get(name: String): dynamic(source) operator fun NamedNodeMap.get(index: Int): Attr?(source) operator fun NamedNodeMap.get(qualifiedName: String): Attr?(source) operator fun DOMTokenList.get(index: Int): String?(source) operator fun DOMRectList.get(index: Int): DOMRect?(source) operator fun TouchList.get(index: Int): Touch?(source)