QWebChannel.js
Unsolved
General and Desktop
-
Where can i find my qwebChannel.js file ? I get error Uncaught TypeError: Cannot read properties of undefined (reading 'send')" Line: 24 resourceID "qrc:/qtwebchannel/qwebchannel.js when trying to include the js in a html page . Can someone guide me with the same ?
-
@Akshaya-Shanker
Since this saysqrc:...
it means the file is embedded into your application executable, so you can't see an external file.
I haven't used it, but presumably either you added this file into your project in Creator as a resource, in which case you can see it there, or else why not search the whole of the Qt installation area for a file namedqwebchannel.js
?