summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/doc/src/quota_request.qdoc
blob: 01f4ec28606b6676dbaadcd2877209693c11e752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmltype QuotaRequest
    \instantiates QWebEngineQuotaRequest
    \inqmlmodule QtWebEngine
    \since QtWebEngine 1.7
    \deprecated [6.5] 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

    \sa WebEngineView::quotaRequested()
*/

/*!
    \qmlproperty url QuotaRequest::origin
    \readonly
*/

/*!
    \qmlproperty qint64 QuotaRequest::requestedSize
    \readonly
*/

/*!
    \qmlmethod void QuotaRequest::accept()
*/

/*!
    \qmlmethod void QuotaRequest::reject()
*/