UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

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