videojs-global-compat
v1.0.1
Published
A fork of global with an internal copy of min-document to improve compatibility with video.js improving security.
Downloads
14
Readme
videojs-global-compat
Require global variables with improved compatibility for Video.js
This is a fork of global with an internal copy of min-document to improve compatibility with Video.js and enhance security.
Installation
npm install videojs-global-compatUsage
var global = require('videojs-global-compat')
var document = require('videojs-global-compat/document')
var window = require('videojs-global-compat/window')Contributors
• Ronald Urbina (@ronalduQualabs)