public class JsStorageInfo extends JsElementalMixinBase implements StorageInfo
PERSISTENT, TEMPORARY
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsStorageInfo() |
Modifier and Type | Method and Description |
---|---|
void |
queryUsageAndQuota(int storageType) |
void |
queryUsageAndQuota(int storageType,
StorageInfoUsageCallback usageCallback) |
void |
queryUsageAndQuota(int storageType,
StorageInfoUsageCallback usageCallback,
StorageInfoErrorCallback errorCallback) |
void |
requestQuota(int storageType,
double newQuotaInBytes) |
void |
requestQuota(int storageType,
double newQuotaInBytes,
StorageInfoQuotaCallback quotaCallback) |
void |
requestQuota(int storageType,
double newQuotaInBytes,
StorageInfoQuotaCallback quotaCallback,
StorageInfoErrorCallback errorCallback) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final void queryUsageAndQuota(int storageType)
queryUsageAndQuota
in interface StorageInfo
public final void queryUsageAndQuota(int storageType, StorageInfoUsageCallback usageCallback)
queryUsageAndQuota
in interface StorageInfo
public final void queryUsageAndQuota(int storageType, StorageInfoUsageCallback usageCallback, StorageInfoErrorCallback errorCallback)
queryUsageAndQuota
in interface StorageInfo
public final void requestQuota(int storageType, double newQuotaInBytes)
requestQuota
in interface StorageInfo
public final void requestQuota(int storageType, double newQuotaInBytes, StorageInfoQuotaCallback quotaCallback)
requestQuota
in interface StorageInfo
public final void requestQuota(int storageType, double newQuotaInBytes, StorageInfoQuotaCallback quotaCallback, StorageInfoErrorCallback errorCallback)
requestQuota
in interface StorageInfo
Copyright © 2018. All rights reserved.