Articles tagged: Device Storage
Found 20 documents
- Mozilla/B2G_OS/API/DeviceStorage The DeviceStorage interface is used to access files on a specific storage area available on the ...
- Mozilla/B2G_OS/API/DeviceStorage/add The add method is used to add a file inside a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/addNamed The addNamed method is used to add a file inside a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/available The available() method is used to check whether the storage area is available; this is an ...
- Mozilla/B2G_OS/API/DeviceStorage/default The default property indicates if the storage area is the one which will be used by default for ...
- Mozilla/B2G_OS/API/DeviceStorage/delete The delete method is used to remove a file from a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/enumerate The enumerate method is used to iterate through the files of a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/enumerateEditable The enumerateEditable method is used to iterate through the files of a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/freeSpace The freeSpace method is used to get the amount of free space usable by the storage area.
- Mozilla/B2G_OS/API/DeviceStorage/get The get method is used to retrieve a read-only file from a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/getEditable The getEditable method is used to retrieve a file, which is editable, from a given storage area.
- Mozilla/B2G_OS/API/DeviceStorage/onchange The onchange property is used to specify an event handler to receive change events. Those events ...
- Mozilla/B2G_OS/API/DeviceStorage/storageName The storageName property indicates the name of the storage area.
- Mozilla/B2G_OS/API/DeviceStorage/usedSpace The usedSpace method is used to get the total of space used by the storage (the amount of space ...
- Mozilla/B2G_OS/API/DeviceStorageChangeEvent The DeviceStorageChangeEvent provides information about any change made to a file inside a given ...
- Mozilla/B2G_OS/API/DeviceStorageChangeEvent/path The path property provides the full path to the file affected by the change.
- Mozilla/B2G_OS/API/DeviceStorageChangeEvent/reason The reason property gives the nature of the change that occurred.
- Mozilla/B2G_OS/API/Device_Storage_API The Device Storage API is used to access the file system within a Web app. Accessing the file ...
- Mozilla/B2G_OS/API/Navigator/getDeviceStorage() The getDeviceStorage method is used to access some storage area available on the device.
- Mozilla/B2G_OS/API/Navigator/getDeviceStorages The getDeviceStorages method is used to access individual storage areas available on the device. ...