UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

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