Obsolete Members for WebEngineView

The following members of QML type WebEngineView 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

信号

信号文档编制

[since QtWebEngine 1.7] quotaRequested ( QuotaRequest request )

This signal is deprecated since 6.5. We strongly advise against using it in new code.

This signal is no longer emitted.

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

注意: 相应处理程序是 onQuotaRequested .

该信号在 QtWebEngine 1.7 引入。

另请参阅 QuotaRequest .