Dart SDK
dart:html
DeprecatedStorageInfo
class
DeprecatedStorageInfo
Constants
Methods
Constants
PERSISTENT
TEMPORARY
Methods
queryUsageAndQuota
requestQuota
(Not documented.)
Annotations
DocsEditable()
DomName('DeprecatedStorageInfo')
Experimental()
Constants
int
PERSISTENT
=
1
const
int
TEMPORARY
=
0
const
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