Details
-
Suggestion
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.5.0
-
None
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?