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 ErrNotAnCSSRule = errors.New("Object is not a CSSRule") + var ErrNotImplemented = errors.New("Browser not implemented CSSRule") + func GetInterface() js.Value + type CSSRule struct + func NewFromJSObject(obj js.Value) (CSSRule, error) + func (c CSSRule) CSSRule_() CSSRule + func (c CSSRule) CssText() (string, error) + func (c CSSRule) ParentRule() (CSSRule, error) + func (c CSSRule) ParentStyleSheet() (stylesheet.StyleSheet, error) + type CSSRuleFrom interface + CSSRule_ func() CSSRule