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 ErrNotAnHTMLCollection = errors.New("Object is not a HTMLCollection") + var ErrNotImplemented = errors.New("Browser not implemented HTMLCollection") + func GetInterface() js.Value + type HtmlCollection struct + func NewFromJSObject(obj js.Value) (HtmlCollection, error) + func (h HtmlCollection) HtmlCollection_() HtmlCollection + func (h HtmlCollection) Item(index int) (interface{}, error) + type HtmlCollectionFrom interface + HtmlCollection_ func() HtmlCollection