MediaQueryListEvent: MediaQueryListEvent() コンストラクター
MediaQueryListEvent()
コンストラクターは、新しい MediaQueryListEvent
オブジェクトを生成します。
構文
js
new MediaQueryListEvent(type)
new MediaQueryListEvent(type, options)
引数
返値
新しい MediaQueryListEvent
オブジェクトです。
例
js
const media = "(max-width: 600px)";
const matches = true;
const myMediaQueryListEvent = new MediaQueryListEvent("change", {
media,
matches,
});
仕様書
Specification |
---|
CSSOM View Module # dom-mediaquerylistevent-mediaquerylistevent |
ブラウザーの互換性
BCD tables only load in the browser