webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
StorageInfo Interface Reference

import"StorageInfo.idl";

Public Member Functions

void queryUsageAndQuota (unsigned short storageType, optional StorageUsageCallback? usageCallback, optional StorageErrorCallback? errorCallback)
 
void requestQuota (unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback? quotaCallback, optional StorageErrorCallback? errorCallback)
 

Public Attributes

const unsigned short TEMPORARY = 0
 
const unsigned short PERSISTENT = 1
 

Member Function Documentation

◆ queryUsageAndQuota()

void StorageInfo::queryUsageAndQuota ( unsigned short  storageType,
optional StorageUsageCallback usageCallback,
optional StorageErrorCallback errorCallback 
)

◆ requestQuota()

void StorageInfo::requestQuota ( unsigned short  storageType,
unsigned long long  newQuotaInBytes,
optional StorageQuotaCallback quotaCallback,
optional StorageErrorCallback errorCallback 
)

Member Data Documentation

◆ PERSISTENT

const unsigned short StorageInfo::PERSISTENT = 1

◆ TEMPORARY

const unsigned short StorageInfo::TEMPORARY = 0

The documentation for this interface was generated from the following file: