Returns a CSSRuleList of the CSS rules in the style sheet.
Returns a CSSRuleList of the CSS rules in the style sheet.
MDN
Deletes a rule from the style sheet.
Deletes a rule from the style sheet.
MDN
Is a Boolean representing whether the current stylesheet has been applied or not.
Is a Boolean representing whether the current stylesheet has been applied or not.
MDN
The CSSStyleSheet.
The CSSStyleSheet.insertRule() method inserts a new style rule into the current style sheet.
MDN
Returns a MediaList representing the intended destination medium for style information.
Returns a MediaList representing the intended destination medium for style information.
MDN
Returns a DOMString representing the style sheet language for this style sheet.
Returns a DOMString representing the style sheet language for this style sheet.
MDN
An object implementing the CSSStyleSheet interface represents a single CSS style sheet.
MDN