Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.0
-
Fix Version/s: Some future release
-
Component/s: Build tools: qmake
-
Labels:None
-
Environment:Qt for WebAssembly 5.15 with both emscripten 1.39.8, firefox 80, chrome 83;
Qt for WebAssembly 5.14
-
Platform/s:
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.