frontend/.pnpm-store/v3/files/fa/64e616dc23ea24633fa7d1debaa19db169df46c60032204a6009e5ea32ccd12da789ef9e3c4e5a79fd16aadaf61dfae0d88176c3f87ff8e33cb713511b42bc

6 lines
242 B
Plaintext

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