@videojs/global-compat
v1.0.2
Published
A fork of global with an internal copy of min-document to improve compatibility with video.js improving security.
Maintainers
Keywords
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')