UNPKG
@base44/sdk
Version:
latest (0.8.4)
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
JavaScript SDK for Base44 API
github.com/base44/sdk
base44/sdk
@base44/sdk
/
dist
/
utils
/
common.js
3 lines
(2 loc)
•
118 B
JavaScript
View Raw
1
2
3
export
const
isNode =
typeof
window
===
"undefined"
;
export
const
isInIFrame = !isNode &&
window
.
self
!==
window
.
top
;