Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
5.15.0
-
None
-
Qt for WebAssembly 5.15 with both emscripten 1.39.8, firefox 80, chrome 83;
Qt for WebAssembly 5.14
Description
It looks like Qt is creating non-working HTML and JS code to run the wasm-program "Hello World!" with the "--proxy-to-worker" flag. Because the same application without qt and with this flag works fine. I tried running in different browsers on different OS, but the result is the same.
Еrror in the browser:
"TypeError: Cannot read property 'addEventListener' of undefined"
The exception is always on the same line.