QWebEngineQuotaRequest Class
Header: | #include <QWebEngineQuotaRequest> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore) target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore) |
qmake: | QT += webenginecore |
Instantiated By: | QuotaRequest |
Status: | Deprecated since 6.5 |
This class is deprecated since 6.5. We strongly advise against using it in new code.
Properties
- origin : const QUrl
- requestedSize : const qint64
Public Functions
QUrl | origin() const |
qint64 | requestedSize() const |
Detailed Description
Requesting host quota is no longer supported by Chromium.
The behavior of navigator.webkitPersistentStorage is identical to navigator.webkitTemporaryStorage.
For further details, see https://crbug.com/1233525