noVNC/vendor/browser-es-module-loader
Pierre Ossman dc1f75bbb5 Log status of fallback loading
Helps debugging, and also keeps Karma happen if loading is slow.
2020-06-25 15:11:24 +02:00
..
dist Log status of fallback loading 2020-06-25 15:11:24 +02:00
src Log status of fallback loading 2020-06-25 15:11:24 +02:00
README.md Upgrade to latest babel 2019-11-12 14:05:55 +01:00
genworker.js Log errors from transpiling 2020-06-25 15:02:57 +02:00
rollup.config.js Upgrade to latest rollup 2019-08-15 15:58:09 +02:00

README.md

Custom Browser ES Module Loader

This is a module loader using babel and the ES Module Loader polyfill. It's based heavily on https://github.com/ModuleLoader/browser-es-module-loader, but uses WebWorkers to compile the modules in the background.

To generate, run npx rollup -c in this directory, and then run ./genworker.js.

LICENSE

MIT