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 ErrNotAnHTMLTableCaptionElement = errors.New("Object is not an HTMLTableCaptionElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLTableCaptionElement") + func GetInterface() js.Value + type HtmlTableCaptionElement struct + func New(d document.Document) (HtmlTableCaptionElement, error) + func NewFromElement(elem element.Element) (HtmlTableCaptionElement, error) + func NewFromJSObject(obj js.Value) (HtmlTableCaptionElement, error) + func (h HtmlTableCaptionElement) HtmlTableCaptionElement_() HtmlTableCaptionElement + type HtmlTableCaptionElementFrom interface + HtmlTableCaptionElement_ func() HtmlTableCaptionElement