You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest spec, CSSMediaRule now derives from CSSConditionRule, which derives from CSSGroupingRule. Some methods that are useful that are now available for CSSMediaRule include insertRule(), which is requested by @jspurlin in jsdom/jsdom#2974.