| Header: | #include <QWebEngineQuotaRequest>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
|
| qmake: | QT += webenginecore
|
| In QML: | QuotaRequest |
| Status: | Deprecated since 6.5 |
This class is deprecated since 6.5. We strongly advise against using it in new code.
| QUrl | origin() const |
| qint64 | requestedSize() const |
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
[read-only] origin : const QUrl
Access functions:
| QUrl | origin() const |
[read-only] requestedSize : const qint64
Access functions:
| qint64 | requestedSize() const |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qwebenginequotarequest.html