Quota Management API
From Client and Server JavaScript APIs Community Group
Introduction
to be done
Contacts
We are looking for representatives of this HTML5 API to discuss of potentially needed updates to consider server-side implementations
Debate
- The full API is asynchronous while it could be used a synchronous way from workers and multi-threaded servers
While supporting this standard async API, server implementations could support a different signature for synchronous usage
ex:
// memory used and available for database and files
var infos = persistentStorage.queryUsageAndQuota();
SSJS Implementations
none