DOMStringList
Overview
A type returned by some APIs which contains a list of DOMString (strings).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
length
property length: Int32 read;
Int32 length { get; }
var length: Int32 { get{} }
Int32 length { __get; }
ReadOnly Property length() As Int32
Required Methods
contains
Returns Boolean indicating if the given string is in the list
method contains: String
String contains()
func contains() -> String
String contains()
Function contains() As String
item
Returns a DOMString.