class QWebEngineQuotaRequest

Synopsis

Properties

Methods

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.

property originᅟ: QUrl
Access functions:
property requestedSizeᅟ: int
Access functions:
__init__()

Note

This function is deprecated.

accept()
__ne__(arg__1)
Parameters:

arg__1QWebEngineQuotaRequest

Return type:

bool

__eq__(arg__1)
Parameters:

arg__1QWebEngineQuotaRequest

Return type:

bool

origin()
Return type:

QUrl

Getter of property originᅟ .

reject()
requestedSize()
Return type:

int

Getter of property requestedSizeᅟ .