All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.dom.DOMStringList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.dom

import js.core.ArrayLike
import js.core.JsIterable

sealed external class DOMStringList :
    ArrayLike,
    JsIterable {
    /** Returns true if strings contains string, and false otherwise. */
    fun contains(string: String): Boolean

    /** Returns the string with index index from strings. */
    fun item(index: Int): String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy