Sha256: 3e9a799ae54ff598cce8262f40c52cf360ce66aa74e33d4cf5b0b8c860939a81
Contents?: true
Size: 463 Bytes
Versions: 144
Compression:
Stored size: 463 Bytes
Contents
/** * file tests for the File API specification * Tests for objects specific to the File API W3C specification without * being redundant (don't bother testing for Blob since it is assumed * to be the File object's prototype. * * Will fail in Safari 5 due to its lack of support for the standards * defined FileReader object */ Modernizr.addTest('filereader', function () { return !!(window.File && window.FileList && window.FileReader); });
Version data entries
144 entries across 144 versions & 7 rubygems