| 头: |
#include <QWebEngineQuotaRequest>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
|
| qmake: |
QT += webenginecore
|
| 在 QML: | QuotaRequest |
| 状态: | 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
访问函数:
| QUrl | origin () const |
[read-only]
requestedSize
: const
qint64
访问函数:
| qint64 | requestedSize () const |