UNPKG

braintree-web

Version:

A suite of tools for integrating Braintree in the browser

12 lines (9 loc) 162 B
"use strict"; module.exports = function inIframe(win) { win = win || window; try { return win.self !== win.top; } catch (e) { return true; } };