blob: 249bfffc8fef87fb22f424cbfab768f7594ef58f (
plain)
1
2
3
4
|
// DataView
// https://developer.mozilla.org/en/JavaScript_typed_arrays/DataView
// By Addy Osmani
Modernizr.addTest('dataview', (typeof DataView !== 'undefined' && 'getFloat64' in DataView.prototype));
|