fullscreen-polyfill
v1.0.4
Published
A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.
Downloads
17,093
Maintainers
Readme
fullscreen.polyfill.js
A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.
The polyfill is created using the vendor specific Fullscreen API from MDN's JavaScript Fullscreen API table prefixes.
Install
npm
npm install --save fullscreen-polyfill
yarn
yarn add fullscreen-polyfill