静态
只读
bundles静态
只读
canvas静态
只读
context静态
只读
document静态
只读
is静态
只读
isIOSHigh静态
只读
isIOSHigh静态
只读
is静态
只读
main静态
只读
on静态
只读
on静态
只读
onBDMini静态
只读
onBLMini静态
只读
on静态
只读
on静态
只读
on静态
只读
on静态
只读
onHWMini静态
只读
onIE静态
只读
onIOS静态
只读
onIPad静态
只读
onIPhone静态
只读
onKGMini静态
只读
on静态
只读
on静态
on静态
只读
on静态
只读
onMQQBrowser静态
只读
on静态
只读
onPC静态
只读
onQGMini静态
只读
onQQBrowser静态
只读
onQQMini静态
只读
on静态
只读
onTBMini静态
只读
onTTMini静态
只读
onVVMini静态
只读
on静态
只读
onWP静态
只读
onWXMini静态
只读
platform静态
只读
PLATFORM_静态
只读
PLATFORM_静态
只读
PLATFORM_静态
只读
platform静态
只读
SDKVersion静态
只读
system静态
只读
user静态
只读
window静态
clientThe viewport height of the browser window.
The method analyzes the browser information to determine the height, with a priority given to window.innerHeight
(includes scrollbar height) > document.body.clientHeight
(excluding scrollbar height) > document.documentElement.clientHeight
(both do not include scrollbar height).
If the former is 0 or undefined, it falls back to the latter.
静态
clientThe viewport width of the browser window.
The method analyzes the browser information to determine the width, with a priority given to window.innerWidth
(includes scrollbar width) > document.body.clientWidth
(does not include scrollbar width).
If the former is 0 or undefined, the latter is chosen.
静态
container静态
height静态
pixel静态
width
En
Browser is a browser proxy class. Encapsulate some of the features provided by the browser and native JavaScript.
Zh
Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。
Blueprintable