Articles tagged: Data Store API
Found 30 documents
- Archive/Firefox_OS/API/DataStore The DataStore interface of the Data Store API represents a retrieved set of data, and includes ...
- Archive/Firefox_OS/API/DataStore/add The add() method of the DataStore interface adds a new record to the data store; if the record ...
- Archive/Firefox_OS/API/DataStore/clear The clear() method of the DataStore interface deletes all records from the data store, leaving ...
- Archive/Firefox_OS/API/DataStore/get The get() method of the DataStore interface retrieves one or more objects from the current data ...
- Archive/Firefox_OS/API/DataStore/getLength The getLength() method of the DataStore interface returns the number of records stored in the ...
- Archive/Firefox_OS/API/DataStore/name The name read-only property of the DataStore interface returns the name of the current data store.
- Archive/Firefox_OS/API/DataStore/onchange The onchange event handler of the DataStore interface fires when a change is made to the data ...
- Archive/Firefox_OS/API/DataStore/owner The owner read-only property of the DataStore interface returns the name of the app that owns ...
- Archive/Firefox_OS/API/DataStore/put The put() method of the DataStore interface updates an existing record in the data store.
- Archive/Firefox_OS/API/DataStore/readOnly The readOnly read-only property of the DataStore interface returns a boolean indicating whether ...
- Archive/Firefox_OS/API/DataStore/remove The remove() method of the DataStore interface deletes one or more objects from the current data ...
- Archive/Firefox_OS/API/DataStore/revisionId The revisionId read-only property of the DataStore interface returns the current data store's ...
- Archive/Firefox_OS/API/DataStore/sync The sync() method of the DataStore interface opens a cursor that allows you to step through any ...
- Archive/Firefox_OS/API/DataStoreChangeEvent The DataStoreChangeEvent interface of the Data Store API represents the event related to a ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/id The id read-only property of the DataStoreChangeEvent interface returns the identifier of the ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/operation The operation read-only property of the DataStoreChangeEvent interface returns the type of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/owner The owner read-only property of the DataStoreChangeEvent interface returns the manifest URL of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/revisionId The revisionId read-only property of the DataStoreChangeEvent interface returns the ID of the ...
- Archive/Firefox_OS/API/DataStoreCursor The DataStoreCursor interface of the Data Store API represents a cursor that allows apps to ...
- Archive/Firefox_OS/API/DataStoreCursor/close The close() method of the DataStoreCursor interface makes a request to terminate the cursor.
- Archive/Firefox_OS/API/DataStoreCursor/next The next() method of the DataStoreCursor interface makes a request to retrieve information about ...
- Archive/Firefox_OS/API/DataStoreCursor/store A DataStore object.
- Archive/Firefox_OS/API/DataStoreTask The DataStoreTask interface of the Data Store API represents a record changed in the data store ...
- Archive/Firefox_OS/API/DataStoreTask/data The data read-only property of the DataStoreChangeEvent interface returns the data stored in the ...
- Archive/Firefox_OS/API/DataStoreTask/id The id read-only property of the DataStoreTask interface returns the identifier of the changed ...
- Archive/Firefox_OS/API/DataStoreTask/operation The operation read-only property of the DataStoreTask interface returns the type of operation ...
- Archive/Firefox_OS/API/DataStoreTask/revisionId The revisionId read-only property of the DataStoreTask interface returns the id of the current ...
- Archive/Firefox_OS/API/Data_Store_API The Data Store API was created to allow multiple Firefox OS apps, with potentially different ...
- Archive/Firefox_OS/API/Data_Store_API/Using_the_Data_Store_API To explain the main functionality of Data Store, we have build two examples that work together ...
- Mozilla/B2G_OS/API/Navigator/getDataStores The navigator.getDataStores() method provides access to a list of the Data Store API data stores ...