UNPKG

can

Version:

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

9 lines (5 loc) 162 B
// tests if page is iframed // github.com/Modernizr/Modernizr/issues/242 Modernizr.addTest('framed', function(){ return window.location != top.location; });