PERSISTENT constant
Indicates that file system data cannot be cleared unless given user permission.
Other resources
Exploring the FileSystem APIs from HTML5Rocks. File API from W3C.
Implementation
static const int PERSISTENT = 1
Indicates that file system data cannot be cleared unless given user permission.
Exploring the FileSystem APIs from HTML5Rocks. File API from W3C.
static const int PERSISTENT = 1