MediaQueryList
@native @JSType
A MediaQueryList object maintains a list of media queries on a document, and handles sending notifications to listeners when the media queries on the document change.
class Object
trait Any
class Object
trait Matchable
class Any
Value members
Concrete methods
Adds a new listener to the media query list. If the specified listener is already in the list, this method has no effect.
Adds a new listener to the media query list. If the specified listener is already in the list, this method has no effect.
true if the document currently matches the media query list; otherwise false. Read only.
true if the document currently matches the media query list; otherwise false. Read only.