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 ErrNotAnHTMLStyleElement = errors.New("Object is not an HTMLStyleElement") + var ErrNotImplemented = errors.New("Browser not implemented HTMLStyleElement") + func GetInterface() js.Value + type HtmlStyleElement struct + func New(d document.Document) (HtmlStyleElement, error) + func NewFromElement(elem element.Element) (HtmlStyleElement, error) + func NewFromJSObject(obj js.Value) (HtmlStyleElement, error) + func (h HtmlStyleElement) Disabled() (bool, error) + func (h HtmlStyleElement) HtmlStyleElement_() HtmlStyleElement + func (h HtmlStyleElement) Media() (string, error) + func (h HtmlStyleElement) SetDisabled(value bool) error + func (h HtmlStyleElement) SetMedia(value string) error + func (h HtmlStyleElement) SetType(value string) error + func (h HtmlStyleElement) Sheet() (stylesheet.StyleSheet, error) + func (h HtmlStyleElement) Type() (string, error) + type HtmlStyleElementFrom interface + HtmlStyleElement_ func() HtmlStyleElement