Warning:
This wiki has been archived and is now read-only.

Quota Management API

From Client and Server JavaScript APIs Community Group
Jump to: navigation, search

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

References