UNPKG

webappengine

Version:

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

12 lines (9 loc) 270 B
// by james a rosen. // https://github.com/Modernizr/Modernizr/issues/258 Modernizr.addTest('createelement-attrs', function() { try { return document.createElement("<input name='test' />").getAttribute('name') == 'test'; } catch(e) { return false; } });