yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::platform::WasmStorageQuota Member List

This is the complete list of members for yaze::app::platform::WasmStorageQuota, including all inherited members.

ClearAll(std::function< void()> callback)yaze::app::platform::WasmStorageQuotainline
CompressAndStore(const std::string &key, const std::vector< uint8_t > &data, std::function< void(bool success)> callback)yaze::app::platform::WasmStorageQuotainline
DeleteItem(const std::string &key, std::function< void(bool success)> callback)yaze::app::platform::WasmStorageQuotainline
EvictOldest(int count, std::function< void(int evicted)> callback)yaze::app::platform::WasmStorageQuotainline
EvictToTarget(float target_percent, std::function< void(int evicted)> callback)yaze::app::platform::WasmStorageQuotainline
Get()yaze::app::platform::WasmStorageQuotainlinestatic
GetStorageInfo(std::function< void(const StorageInfo &)> callback)yaze::app::platform::WasmStorageQuotainline
GetStoredItems(std::function< void(std::vector< StorageItem >)> callback)yaze::app::platform::WasmStorageQuotainline
IsSupported()yaze::app::platform::WasmStorageQuotainlinestatic
kCriticalThresholdyaze::app::platform::WasmStorageQuotastatic
kDefaultTargetUsageyaze::app::platform::WasmStorageQuotastatic
kMinQuotaBytesyaze::app::platform::WasmStorageQuotastatic
kWarningThresholdyaze::app::platform::WasmStorageQuotastatic
LoadAndDecompress(const std::string &key, std::function< void(std::vector< uint8_t >)> callback)yaze::app::platform::WasmStorageQuotainline
UpdateAccessTime(const std::string &key)yaze::app::platform::WasmStorageQuotainline