ClientStorage.usedQuota
Gets the current data quota usage (in bytes) for this plugin.
ClientStorage.usedQuota() method
Gets the current data quota usage (in bytes) for this plugin.
Signature:
usedQuota(): Promise<number>;Returns:
Promise<number>
A promise that resolves to the number of bytes used
Example
const usedBytes = await creator.clientStorage.usedQuota();Last updated: August 25, 2026 at 6:23 AMEdit this page