- class QWebEngineQuotaRequest¶
Synopsis¶
Properties¶
Methods¶
def
__init__()
def
accept()
def
__ne__()
def
__eq__()
def
origin()
def
reject()
def
requestedSize()
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
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- Access functions:
- property requestedSizeᅟ: int¶
- Access functions:
- __init__()¶
Note
This function is deprecated.
- accept()¶
- __ne__(arg__1)¶
- Parameters:
arg__1 –
QWebEngineQuotaRequest
- Return type:
bool
- __eq__(arg__1)¶
- Parameters:
arg__1 –
QWebEngineQuotaRequest
- Return type:
bool
Getter of property
originᅟ
.- reject()¶
- requestedSize()¶
- Return type:
int
Getter of property
requestedSizeᅟ
.