fullscreen-polyfill
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0
/*! | ||
* fullscreen-polyfill | ||
* 1.0.0-rc.1 - 5/21/2018 | ||
* 1.0.0 - 5/21/2018 | ||
* https://github.com/nguyenj/fullscreen-polyfill#readme | ||
@@ -5,0 +5,0 @@ * (c) John Nguyen; MIT License |
{ | ||
"name": "fullscreen-polyfill", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0", | ||
"description": "A simple polyfill implementation of W3C's JavaScript Fullscreen API spec. Don't worry about the vendor specific Fullscreen API.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# fullscreen.polyfill.js | ||
A simple polyfill implementation of W3C's [JavaScript Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API) spec. Don't worry about the vendor specific Fullscreen API. | ||
A simple polyfill implementation of W3C's [JavaScript Fullscreen API](https://fullscreen.spec.whatwg.org/) 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](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API#Prefixing). | ||
## Install | ||
### npm | ||
``` | ||
npm install --save | ||
npm install --save fullscreen-polyfill | ||
``` | ||
### yarn | ||
``` | ||
yarn add fullscreen-polyfill | ||
``` | ||
## [Browser support](https://caniuse.com/#feat=fullscreen) | ||
## License | ||
[MIT](https://github.com/nguyenj/fullscreen-polyfill/blob/master/LICENSE.md) © [John Nguyen](http://jnguyen.me) |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7856
5
1
26