Definition
CSSOM View Module Level 1 defines MediaQueryListEventInit
dictionary MediaQueryListEventInit : EventInit {
CSSOMString media = "";
boolean matches = false;
};
MediaQueryListEventInit dictionaryCSSOM View Module Level 1 defines MediaQueryListEventInit
dictionary MediaQueryListEventInit : EventInit {
CSSOMString media = "";
boolean matches = false;
};