MediaQueryListEvent: MediaQueryListEvent()-Konstruktor
Der MediaQueryListEvent()
-Konstruktor erstellt ein neues MediaQueryListEvent
-Objekt.
Syntax
js
new MediaQueryListEvent(type)
new MediaQueryListEvent(type, options)
Parameter
Rückgabewert
Ein neues MediaQueryListEvent
-Objekt.
Beispiele
js
const media = "(max-width: 600px)";
const matches = true;
const myMediaQueryListEvent = new MediaQueryListEvent("change", {
media,
matches,
});
Spezifikationen
Specification |
---|
CSSOM View Module # dom-mediaquerylistevent-mediaquerylistevent |
Browser-Kompatibilität
BCD tables only load in the browser