Skip to content

Home > @jview/utils > EnhancedHTMLElement

EnhancedHTMLElement interface

增强 HTMLElement,加上一些全屏类方法

Signature:

typescript
export interface EnhancedHTMLElement extends HTMLElement

Extends: HTMLElement

Properties

Property

Modifiers

Type

Description

mozRequestFullScreen?

() => Promise<void>

(Optional)

msRequestFullscreen?

() => Promise<void>

(Optional)

webkitRequestFullScreen?

() => Promise<void>

(Optional)