4 lines
203 B
JavaScript
4 lines
203 B
JavaScript
|
// DataView
|
||
|
// https://developer.mozilla.org/en/JavaScript_typed_arrays/DataView
|
||
|
// By Addy Osmani
|
||
|
Modernizr.addTest('dataview', (typeof DataView !== 'undefined' && 'getFloat64' in DataView.prototype));
|