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.