Dart API Reference
dart:html
DeprecatedStorageInfo
DeprecatedStorageInfo
class
Annotations
DocsEditable()
DomName('DeprecatedStorageInfo')
Experimental()
Constants
PERSISTENT
=
1
TEMPORARY
=
0
Instance Methods
queryUsageAndQuota
(
int
storageType
, [
void
usageCallback
(
int
currentUsageInBytes
,
int
currentQuotaInBytes
)
,
void
errorCallback
(
DomError
error
)
]) →
void
requestQuota
(
int
storageType
,
int
newQuotaInBytes
, [
void
quotaCallback
(
int
grantedQuotaInBytes
)
,
void
errorCallback
(
DomError
error
)
]) →
void