Dart SDK
dart:html
DeprecatedStorageInfo
queryUsageAndQuota
method
queryUsageAndQuota
DeprecatedStorageInfo
Constants
PERSISTENT
TEMPORARY
Methods
queryUsageAndQuota
requestQuota
void
queryUsageAndQuota
(
int
storageType
,
[
void
usageCallback
(
int
currentUsageInBytes
,
int
currentQuotaInBytes
)
,
void
errorCallback
(
DomError
error
)
]
)
(Not documented.)