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 ErrNotAnHTMLTableSectionElement = errors.New("Object is not an HTMLTableSectionElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLTableSectionElement") + func GetInterface() js.Value + type HtmlTableSectionElement struct + func NewFromElement(elem element.Element) (HtmlTableSectionElement, error) + func NewFromJSObject(obj js.Value) (HtmlTableSectionElement, error) + func NewTBody(d document.Document) (HtmlTableSectionElement, error) + func NewTFoot(d document.Document) (HtmlTableSectionElement, error) + func NewTHead(d document.Document) (HtmlTableSectionElement, error) + func (h HtmlTableSectionElement) DeleteRow(index int) error + func (h HtmlTableSectionElement) HtmlTableSectionElement_() HtmlTableSectionElement + func (h HtmlTableSectionElement) InsertRow(index ...int) (htmltablerowelement.HtmlTableRowElement, error) + func (h HtmlTableSectionElement) Rows() (htmlcollection.HtmlCollection, error) + type HtmlTableSectionElementFrom interface + HtmlTableSectionElement_ func() HtmlTableSectionElement