All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.vendor.modernizr.feature-detects.video.preload.js Maven / Gradle / Ivy

The newest version!
/*!
{
  "name": "Video Preload Attribute",
  "property": "videopreload",
  "tags": ["video", "media"]
}
!*/
define(['Modernizr', 'createElement'], function(Modernizr, createElement) {
  Modernizr.addTest('videopreload', 'preload' in createElement('video'));
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy