Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-50285

API for tracking download / upload progress for requests and to fetch headers

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.5.0
    • WebEngine
    • None

      It would be nice to have API similar to that offered by QNetworkReply:

      QByteArray QNetworkReply::rawHeader(const QByteArray & headerName)
      void downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
      void uploadProgress(qint64 bytesSent, qint64 bytesTotal)
      void metaDataChanged()
      

      This would allow to do some more advanced stuff already possible with QtWebKit, like more fine grained progress tracking, collecting information about website (amount of downloaded resources, total size etc.) and other uses.
      Perhaps it could be also used for tracking errors and maybe setting / checking attributes (if Chromium uses similar concepts).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt_webengine_team Qt WebEngine Team
            emdek MichaƂ Dutkiewicz
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes