UNPKG

webappengine

Version:

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

6 lines (4 loc) 234 B
// Test for `srcdoc` attribute in iframes. // // Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-srcdoc Modernizr.addTest('srcdoc', 'srcdoc' in document.createElement('iframe'));