Versions in this module Expand all Collapse all v1 v1.5.1 Sep 14, 2024 v1.5.0 Sep 11, 2024 Changes in this version + var ErrNotAnDOMStringList = errors.New("Object is not a DOMStringList") + var ErrNotImplemented = errors.New("Browser not implemented DOMStringList") + func GetInterface() js.Value + type DOMStringList struct + func NewFromJSObject(obj js.Value) (DOMStringList, error) + func (d DOMStringList) Contains(search string) (bool, error) + func (d DOMStringList) DOMStringList_() DOMStringList + func (d DOMStringList) Item(index int) js.Value + type DOMStringListFrom interface + DOMStringList_ func() DOMStringList