g214/static/bower_components/modernizr/feature-detects/iframe-srcdoc.js

6 lines
234 B
JavaScript
Raw Normal View History

2020-11-12 02:29:05 +00:00
// 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'));