UNPKG
videojs-contrib-eme
Version:
latest (5.5.2)
next (5.5.2)
5.5.2
5.5.1
5.5.0
5.4.1
5.4.0
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.1
4.0.0
3.11.2
3.11.1
3.11.0
3.10.1
3.10.0
3.9.0
3.8.1
3.8.0
3.7.1
3.7.0
3.6.0
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
2.1.0
2.0.1
2.0.0
1.0.0
Supports Encrypted Media Extensions for playback of encrypted content in Video.js
videojs-contrib-eme
/
test
/
karma
/
ie.js
9 lines
(7 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
common =
require
(
'./common'
); module.exports =
function
(
config
)
{ config.
set
(
common
({
plugins
: [
'karma-ie-launcher'
],
browsers
: [
'IE'
] })); };