
main.dom.DOMStringList.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom
import js.core.ArrayLike
sealed external class DOMStringList :
ArrayLike {
/** 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