QWebEngineQuotaRequest Class

Kopfzeile: #include <QWebEngineQuotaRequest>
CMake: find_package(Qt6 REQUIRED COMPONENTS WebEngineCore)
target_link_libraries(mytarget PRIVATE Qt6::WebEngineCore)
qmake: QT += webenginecore
In QML: QuotaRequest
Status: Veraltet seit 6.5

Diese Klasse ist seit 6.5 veraltet. Wir raten dringend davon ab, sie in neuem Code zu verwenden.

Eigenschaften

Öffentliche Funktionen

QUrl origin() const
qint64 requestedSize() const

Detaillierte Beschreibung

Das Anfordern von Host-Kontingenten wird von Chromium nicht mehr unterstützt.

Das Verhalten von navigator.webkitPersistentStorage ist identisch mit navigator.webkitTemporaryStorage.

Für weitere Details siehe https://crbug.com/1233525

Dokumentation der Eigenschaft

[read-only] origin : const QUrl

Zugriffsfunktionen:

QUrl origin() const

[read-only] requestedSize : const qint64

Zugriffsfunktionen:

qint64 requestedSize() const

© 2025 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.