MediaQueryListPolyfill

polyfills/matchMedia~ MediaQueryListPolyfill

To Do:
  • Add event interface.
Properties:
Name Type Description
media string

Media query string.

matches boolean

Set to true if media query matches the document, false if otherwise.

onchange function

Event handler that fires if the media query changes status. Currently does nothing.