MediaQueryListEventinterface MediaQueryListEvent extends Event {readonly matches: boolean;readonly media: string;}var MediaQueryListEvent: {prototype: MediaQueryListEvent; new (type: string, eventInitDict?: MediaQueryListEventInit): MediaQueryListEvent; };§Extends§Event[src]§Properties§readonly matches: boolean[src]§readonly media: string[src]