UNPKG
queen
Version:
dev (0.5.0)
latest (0.6.0)
0.6.0
0.5.1
0.5.0
0.4.0
A platform for running scripts on many browsers
queenjs.com
turn/queen
queen
/
bower_components
/
modernizr
/
feature-detects
/
iframe-seamless.js
6 lines
(4 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
// 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'
));