QuotaRequest QML Type
Import Statement: | import QtWebEngine |
Since: | QtWebEngine 1.7 |
In C++: | QWebEngineQuotaRequest |
Status: | Deprecated since 6.5 |
この型は QtWebEngine 6.5 以降では非推奨です。新しいコードでは使用しないことを強くお勧めします。
プロパティ
- origin : url
- requestedSize : qint64
方法
詳細説明
ホストクォータの要求はChromiumではサポートされなくなりました。
navigator.webkitPersistentStorageの動作はnavigator.webkitTemporaryStorageと同じです。
詳細は https://crbug.com/1233525 を参照してください。
WebEngineView::quotaRequested()も参照してください 。
プロパティの説明
origin : url |
requestedSize : qint64 |
メソッドのドキュメント
void accept() |
void reject() |
© 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.