Liking cljdoc? Tell your friends :D
ClojureScript only.

web.cssdom.MediaQueryList.ev

MediaQueryList Events.

MediaQueryList Events.
raw docstring

changecljs

Event.

Sent to the MediaQueryList when the result of running the media against the document changes. For example, if the media query (min-width: 400px), the change event is fired any time the width the document's viewport changes to be less than 400 pixels or than that. Also available using the onchange event handler property.

Event.

Sent to the MediaQueryList when the result of running the media
against the document changes. For example, if the media query
(min-width: 400px), the change event is fired any time the width
the document's viewport changes to be less than 400 pixels or
than that.
Also available using the onchange event handler property.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close