
static.js.vendor.modernizr.feature-detects.window.matchmedia.js Maven / Gradle / Ivy
The newest version!
/*!
{
"name": "matchMedia",
"property": "matchmedia",
"caniuse" : "matchmedia",
"tags": ["matchmedia"],
"authors": ["Alberto Elias"],
"notes": [{
"name": "W3C CSSOM View Module",
"href": "http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface"
}, {
"name": "MDN documentation",
"href": "https://developer.mozilla.org/en-US/docs/Web/API/Window.matchMedia"
}],
"polyfills": ["matchmediajs"]
}
!*/
/* DOC
Detects support for matchMedia.
*/
define(['Modernizr', 'prefixed'], function(Modernizr, prefixed) {
Modernizr.addTest('matchmedia', !!prefixed('matchMedia', window));
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy