Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QWebChannel.js
Qt 6.11 is out! See what's new in the release blog

QWebChannel.js

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Akshaya Shanker
    wrote on last edited by
    #1

    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 ?

    JonBJ 1 Reply Last reply
    0
    • A Akshaya Shanker

      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 ?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Akshaya-Shanker
      Since this says qrc:... 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 named qwebchannel.js?

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved