CSSMediaRule
A single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE).
var CSSMediaRule: {
prototype: CSSMediaRule;
new (): CSSMediaRule;
};