Skip to content

Commit 14c30b7

Browse files
author
Kevin WENNER
committed
fix(client): add ES5 shim
Karma client now uses core-js ES5 shim in order to support IE8. Usage of dom-serializer had previously broken IE8 support. Closes #1529
1 parent 69cd909 commit 14c30b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* global io */
22
/* eslint-disable no-new */
33

4+
require('core-js/modules/es5')
45
var Karma = require('./karma')
56
var StatusUpdater = require('./updater')
67
var util = require('./util')

0 commit comments

Comments
 (0)