UNPKG

@playkit-js/playkit-js

Version:

[![Build Status](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.

20 lines (16 loc) 493 B
declare interface HTMLVideoElement extends HTMLVideoElement { webkitSetPresentationMode: Function; requestPictureInPicture: Function; } declare interface HTMLElement extends HTMLElement { mozRequestFullScreen: Function; webkitRequestFullScreen: Function; msRequestFullScreen: Function; } declare interface Document extends Document { pictureInPictureEnabled: boolean; exitPictureInPicture: Function; } declare interface Navigator extends Navigator { userLanguage: string; }