QuotaRequest QML Type
Import Statement: | import QtWebEngine |
Since: | QtWebEngine 1.7 |
Instantiates: | QWebEngineQuotaRequest |
Status: | Deprecated since 6.5 |
This type is deprecated since QtWebEngine 6.5. We strongly advise against using it in new code.
Properties
- origin : url
- requestedSize : qint64
Methods
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
See also WebEngineView::quotaRequested().
Property Documentation
origin : url |
requestedSize : qint64 |
Method Documentation
void accept() |
void reject() |
© 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.