Methods
(static) exitFullScreen()
退出全屏
(static) fullScreen(elopt)
浏览器全屏
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
el |
HTMLElement |
<optional> |
document
|
全屏元素 |
(static) isFullScreen() → {*|boolean}
浏览器当前是否全屏
Returns:
- Type
- * | boolean