Add a Promise polyfill to the demo so that it works in IE11

Connects to #751
This commit is contained in:
Lucian Buzzo
2017-07-03 11:05:35 +01:00
parent 31aab8ea6f
commit e4970266d8
+1
View File
@@ -5,6 +5,7 @@
<link rel="stylesheet" href="/build/xterm.css" />
<link rel="stylesheet" href="/build/addons/fullscreen/fullscreen.css" />
<link rel="stylesheet" href="style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.1/es6-promise.auto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<script src="/build/xterm.js" ></script>
<script src="/build/addons/attach/attach.js" ></script>