â–¸ getStorageInfoSync(): StorageInfo
description Gets information about the current storage synchronously.
example
Code
Returns
StorageInfo
StorageInfo
Interface: StorageInfo
| Name | Type | Description |
|---|---|---|
| keys | string[] | All keys in the current storage |
| currentSize | number | Current space occupied (in KB) |
| limitSize | number | Space size limit (in KB) |
Was this page helpful?
Last modified on