summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-12-30 15:56:42 +0100
committerPierre Ossman <ossman@cendio.se>2020-12-30 15:56:42 +0100
commit32222304f4beba73e55ef5f53c26fa322cbbced1 (patch)
tree052a2a0d1f3e6a24059a5b35e4c2504d6fc8f7cb
parent4a8efa6bc9769292a4041c51636466a5e6a95dca (diff)
downloadnovnc-32222304f4beba73e55ef5f53c26fa322cbbced1.tar.gz
Remove documentation about converting the app
This is no longer possible as we now require browser support for modules.
-rw-r--r--docs/EMBEDDING.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/EMBEDDING.md b/docs/EMBEDDING.md
index 6a5dcd8..1050014 100644
--- a/docs/EMBEDDING.md
+++ b/docs/EMBEDDING.md
@@ -71,24 +71,6 @@ query string. Currently the following options are available:
* `logging` - The console log level. Can be one of `error`, `warn`, `info` or
`debug`.
-## Pre-conversion of Modules
-
-noVNC is written using ECMAScript 6 modules. Many of the major browsers support
-these modules natively, but not all. By default the noVNC application includes
-a script that can convert these modules to an older format as they are being
-loaded. However this process can be slow and severely increases the load time
-for the application.
-
-It is possible to perform this conversion ahead of time, avoiding the extra
-load times. To do this please follow these steps:
-
- 1. Install Node.js
- 2. Run `npm install` in the noVNC directory
- 3. Run `./utils/use_require.js --with-app --as commonjs`
-
-This will produce a `build/` directory that includes everything needed to run
-the noVNC application.
-
## HTTP Serving Considerations
### Browser Cache Issue