UNPKG
@atlas-kitchen/adyen-web
Version:
latest (6.15.0)
6.15.0
docs.adyen.com/checkout
atlas-kitchen/adyen-web
@atlas-kitchen/adyen-web
/
dist
/
es-legacy
/
utils
/
detectInIframeInSameOrigin.js
3 lines
(2 loc)
•
191 B
JavaScript
View Raw
1
2
3
var
t
=(
)=>{
try
{
if
(
window
.
parent
.
location
.
href
)
return
window
.
location
!==
window
.
parent
.
location
}
catch
(t){
return
!
1
}};
export
{t
as
default
};
//# sourceMappingURL=detectInIframeInSameOrigin.js.map