Skip to content

Home > @jview/utils > EnhancedHTMLElement

EnhancedHTMLElement interface

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

Signature:

typescript
export interface EnhancedHTMLElement extends HTMLElement
export interface EnhancedHTMLElement extends HTMLElement

Extends: HTMLElement

Properties

PropertyModifiersTypeDescription
mozRequestFullScreen?() => Promise<void>(Optional)
msRequestFullscreen?() => Promise<void>(Optional)
webkitRequestFullScreen?() => Promise<void>(Optional)