静态
bundles静态
canvas静态
context静态
is静态
mini静态
on静态
on静态
onBDMini静态
onBLMini静态
on静态
on静态
onHWMini静态
onIE静态
onIOS静态
onIPad静态
onIPhone静态
onKGMini静态
on静态
on静态
on静态
onMQQBrowser静态
on静态
onPC静态
onQGMini静态
onQQBrowser静态
onQQMini静态
on静态
onTBMini静态
onTTMini静态
onVVMini静态
on静态
onWP静态
platform静态
PLATFORM_静态
PLATFORM_静态
PLATFORM_静态
support静态
support静态
user静态
_is静态
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静态
document静态
height静态
pixel静态
width静态
window
En
Browser is a browser proxy class. Encapsulate some of the features provided by the browser and native JavaScript.
Zh
Browser 是浏览器代理类。封装浏览器及原生 js 提供的一些功能。