QWebEngineQuotaRequest#
Synopsis#
Properties#
Functions#
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
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
- class PySide6.QtWebEngineCore.QWebEngineQuotaRequest#
Note
This constructor is deprecated.
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtWebEngineCore.QWebEngineQuotaRequest.origin: PySide6.QtCore.QUrl#
- Access functions:
origin
()
- property PᅟySide6.QtWebEngineCore.QWebEngineQuotaRequest.requestedSize: int#
- Access functions:
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.accept()#
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.__ne__(arg__1)#
- Parameters:
- Return type:
bool
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.__eq__(arg__1)#
- Parameters:
- Return type:
bool
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.origin()#
- Return type:
Getter of property origin
.
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.reject()#
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.requestedSize()#
- Return type:
int
Getter of property requestedSize
.