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 5, 2026 at 11:47 AMEdit this page