MediaQueryList
Method of css/media_queriescss/media_queries
Syntax
var object = object.MediaQueryList();
Return Value
Returns an object of type DOM NodeDOM Node
Notes
Remarks
The following example displays a message as when the windows size is less or greater than 250 pixels.
Syntax
Standards information
- CSSOM View Module, Section 4.1
 
Members
The MediaQueryList object has these types of members:
- [#methods Methods]
 - [#properties Properties]
 
Methods
The MediaQueryList object has these methods. {
See also
Related articles
Media Queries
MediaQueryList
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]