QuotaRequest QML Type

导入语句: import QtWebEngine
Since: QtWebEngine 1.7
实例化: QWebEngineQuotaRequest
Status: Deprecated since 6.5

特性

方法

详细描述

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

另请参阅 WebEngineView::quotaRequested ().

特性文档编制

[read-only] origin : url

[read-only] requestedSize : qint64

方法文档编制

void accept ()

void reject ()

内容