mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-06 16:48:28 +00:00
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)); |