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.
This commit is contained in:
Pierre Ossman
2020-10-15 16:30:44 +02:00
parent c01eb5e74d
commit 890cff921d
18 changed files with 27 additions and 123904 deletions

View File

@@ -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';