This API is available on Firefox OS for privileged or certified applications only.
Summary
The reason
property gives the nature of the change that occurred.
Syntax
var reason = instanceOfDeviceStorageChangeEvent.reason;
Value
A string representing the reason for the change. Possible values are: created
, modified
, or deleted
.
Specification
Not part of any specification.