haXe API Documentation
Back | Index
extern class js.html.StorageInfo
Available in js
function queryUsageAndQuota(storageType : Int, ?usageCallback : StorageInfoUsageCallback, ?errorCallback : StorageInfoErrorCallback) : Void
function requestQuota(storageType : Int, newQuotaInBytes : Int, ?quotaCallback : StorageInfoQuotaCallback, ?errorCallback : StorageInfoErrorCallback) : Void
static inline var PERSISTENT : Int
static inline var TEMPORARY : Int
Back | Index