QWebEngineQuotaRequest Class

Header: #include <QWebEngineQuotaRequest>
CMake: find_package(Qt6 COMPONENTS WebEngineCore REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
qmake: QT += webenginecore
Since: Qt 5.11
Instantiated By: QuotaRequest

This class is deprecated since 6.5. We strongly advise against using it in new code.

Properties

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

Property Documentation

[read-only] origin : const QUrl

Access functions:

QUrl origin() const

[read-only] requestedSize : const qint64

Access functions:

qint64 requestedSize() const

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.