QWebEngineQuotaRequest 類

頭: #include <QWebEngineQuotaRequest>
CMake: find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
qmake: QT += webenginecore
實例化: QuotaRequest

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