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

reloadAndBypassCache is not exposed in C++.

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.5.0
    • WebEngine
    • None
    • All

    Description

      The QML version of WebEngineView has both `reload()` and `reloadAndBypassCache()` methods.

      https://doc.qt.io/qt-6/qml-qtwebengine-webengineview.html#reload-method

      The C++ QWebEnginePage::WebAction has both `Reload` and `ReloadAndBypassCache` enums.

      https://doc.qt.io/qt-6/qwebenginepage.html#WebAction-enum

      However, QWebEngineView only has `reload()`.

      https://doc.qt.io/qt-6/qwebengineview.html#reload

      Unless there is some other way to access it that I wasn't able to discover from the documentation, that means that there is no way to call `reloadAndBypassCache()` from C++.  Would it be possible to add this method?

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            sorenstoutner Soren Stoutner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes