UNPKG

webappengine

Version:

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

11 lines (9 loc) 219 B
// Blob constructor // http://dev.w3.org/2006/webapi/FileAPI/#constructorBlob Modernizr.addTest('blobconstructor', function () { try { return !!new Blob(); } catch (e) { return false; } });