]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Add a Promise polyfill to the demo so that it works in IE11
authorLucian Buzzo <lucian.buzzo@gmail.com>
Mon, 3 Jul 2017 10:05:35 +0000 (11:05 +0100)
committerLucian Buzzo <lucian.buzzo@gmail.com>
Mon, 3 Jul 2017 10:05:35 +0000 (11:05 +0100)
Connects to #751

demo/index.html

index d4574aa3b2e60efb76a2c0f90f3bb62f08f8c043..ce58e1923bcca9ce5cd9910f3a99bce45d358eaf 100644 (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>