
The core codebase uses a few modern features of Javascript (ES5), so if you'd like to support IE8 you'll need to include an ES5 shim. Microsoft dropped support for these versions over two years ago, they are widely considered out of compliance with modern security standards, and they comprise less than 0.1% of Video.js browser usage.įor versions of Video.js prior to v7, there are a few common things you should keep in mind regardless of how you end up including Video.js in your project. $ npm install -save-dev video.js Internet Explorer Supportīeginning with v7, we will no longer support Microsoft Internet Explorer versions prior to IE 11, including IE 8, 9, and 10.
