MediaQueryListListener object
A callback object that represents a list of media queries for a document and sends notifications when changes in a document meet media query rules.
![]() |
Syntax
var listener = new MediaQueryListListener;
DOM Information
Inheritance Hierarchy
The MediaQueryListListener does not inherit from any class or interface.Members
The MediaQueryListListener object has these types of members:
Methods
The MediaQueryListListener object has these methods.
| Method | Description |
|---|---|
| handleChange |
Assigns a media query list that is used to trigger a callback from the MediaQueryListListener. |
Standards information
- CSSOM, Section 4.1
Show:
