Skip to content

Commit 1eda6b6

Browse files
committed
Polyfill webworker for IE 11
1 parent 23f3d97 commit 1eda6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/services/bolt/boltWorker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21+
import 'babel-polyfill'
2122
import { BoltConnectionError, createErrorObject } from '../exceptions'
2223
import { ensureConnection, routedWriteTransaction, cancelTransaction, closeConnection } from './boltConnection'
2324
import { cypherErrorMessage, cypherResponseMessage, postCancelTransactionMessage, RUN_CYPHER_MESSAGE, CANCEL_TRANSACTION_MESSAGE } from './boltWorkerMessages'

0 commit comments

Comments
 (0)