get

inline operator fun HTMLAllCollection.get(index: Int): Element?
inline operator fun DOMStringMap.get(name: String): String?
inline operator fun AudioTrackList.get(index: Int): AudioTrack?
inline operator fun VideoTrackList.get(index: Int): VideoTrack?
inline operator fun TextTrackList.get(index: Int): TextTrack?
inline operator fun TextTrackCueList.get(index: Int): TextTrackCue?
inline operator fun HTMLFormElement.get(index: Int): Element?
inline operator fun HTMLSelectElement.get(index: Int): Element?
inline operator fun DataTransferItemList.get(index: Int): DataTransferItem?
inline operator fun Window.get(name: String): dynamic
inline operator fun PluginArray.get(index: Int): Plugin?
inline operator fun PluginArray.get(name: String): Plugin?
inline operator fun MimeTypeArray.get(index: Int): MimeType?
inline operator fun MimeTypeArray.get(name: String): MimeType?
inline operator fun Plugin.get(index: Int): MimeType?
inline operator fun Plugin.get(name: String): MimeType?
inline operator fun Storage.get(key: String): String?
inline operator fun NodeList.get(index: Int): Node?
inline operator fun HTMLCollection.get(index: Int): Element?
inline operator fun HTMLCollection.get(name: String): Element?
inline operator fun Document.get(name: String): dynamic
inline operator fun NamedNodeMap.get(index: Int): Attr?
inline operator fun NamedNodeMap.get(qualifiedName: String): Attr?
inline operator fun DOMTokenList.get(index: Int): String?
inline operator fun DOMRectList.get(index: Int): DOMRect?
inline operator fun TouchList.get(index: Int): Touch?