summaryrefslogtreecommitdiff
path: root/vnc_lite.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-10-15 16:30:44 +0200
committerPierre Ossman <ossman@cendio.se>2020-10-15 18:53:51 +0200
commit890cff921d78835762fbdcfef862571c52cb3035 (patch)
treef49bb3ff446467b3413abf450ee3ebc54dce77b3 /vnc_lite.html
parentc01eb5e74da06aab5a9eb5c8b93422ce1ec95d5d (diff)
downloadnovnc-890cff921d78835762fbdcfef862571c52cb3035.tar.gz
Remove legacy conversion of modules
We no longer support Internet Explorer so we can now require that browsers support modules. Some conversion to commonjs still remains for nodejs.
Diffstat (limited to 'vnc_lite.html')
-rw-r--r--vnc_lite.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index d17ab9e..044f6f4 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -61,13 +61,6 @@
</style>
- <!-- Promise polyfill for IE11 -->
- <script src="vendor/promise.js"></script>
-
- <!-- ES2015/ES6 modules polyfill -->
- <script nomodule src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
-
- <!-- actual script modules -->
<script type="module" crossorigin="anonymous">
// RFB holds the API to connect and communicate with a VNC server
import RFB from './core/rfb.js';