Articles tagged: Storage
Found 173 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/Using_the_Data_Store_API To explain the main functionality of Data Store, we have build two examples that work together ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Local_Storage It is very common for an extension to require some kind of local persistent storage. We ...
- Mozilla/Add-ons/WebExtensions/API/storage Enables WebExtensions to store and retrieve data, and listen for changes to stored items.
- Mozilla/Add-ons/WebExtensions/API/storage/local Represents the local storage area. Items in local storage are local to the machine the add-on ...
- Mozilla/Add-ons/WebExtensions/API/storage/managed Respresents the managed storage area. Items in managed storage are set by the domain ...
- Mozilla/Add-ons/WebExtensions/API/storage/onChanged Fired when one or more items change.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea StorageArea is an object representing a change to a storage area.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/clear Removes all items from the storage area.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/get Retrieves one or more items from the storage area.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/getBytesInUse Gets the amount of storage space, in bytes, used one or more items being stored in the storage area.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/remove Removes one or more items from the storage area.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/set Stores one or more items in the storage area, or update existing items.
- Mozilla/Add-ons/WebExtensions/API/storage/StorageChange StorageChange objects contain the following properties:
- Mozilla/Add-ons/WebExtensions/API/storage/sync Represents the sync storage area. Items in sync storage are synced by the browser, and are ...
- Mozilla/Firefox/Releases/3.5 Firefox 3.5 introduces a number of new features, as well as additional and improved support for ...
- Mozilla/JavaScript_code_modules/Sqlite.jsm The Sqlite.jsm JavaScript code module is a promise-based wrapper around the Storage/SQLite ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageAggregateFunction This is an interface that must be implemented by consumers. It allows consumers to add ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageBindingParams The mozIStorageBindingParams interface is used to bind values to parameters prior to calling ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageBindingParamsArray The mozIStorageBindingParamsArray interface is a container for mozIStorageBindingParams objects, ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageConnection For a general overview on how to use this interface, see Storage.
- Mozilla/Tech/XPCOM/Reference/Interface/MozIStorageError The mozIStorageError interface represents errors returned by the Storage API, offering ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageFunction This is an interface that must be implemented by consumers. It allows consumers to add ...
- Mozilla/Tech/XPCOM/Reference/Interface/MozIStoragePendingStatement The mozIStoragePendingStatement interface represents a pending asynchronous database statement, ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageProgressHandler The mozIStorageProgressHandler interface lets storage consumers receive callbacks during the ...
- Mozilla/Tech/XPCOM/Reference/Interface/MozIStorageResultSet The mozIStorageResultSet interface represents a set of results from a storage statement.
- Mozilla/Tech/XPCOM/Reference/Interface/MozIStorageRow The mozIStorageRow interface represents a row in the result set from a storage database query.
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageService See mozIStorageConnection
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageStatement For an introduction on how to use this interface, see the Storage overview document.
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageStatementParams This interface has no defined properties, but has properties based on the named parameters found ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageStatementRow This interface has no defined properties, but has properties based on the name of the columns in ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageStatementWrapper The mozIStorageStatementWrapper interface is a storage statement wrapper. When you call the ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIStorageValueArray The mozIStorageValueArray interface obtains provides methods to obtain data from a given result.
- Mozilla/Tech/XPCOM/Storage Storage is a SQLite database API. It is available to trusted callers, meaning extensions and ...
- Mozilla/Tech/XPCOM/Storage/Performance mozStorage uses SQLite as the database backend. It has generally good performance for a small ...
- Mozilla/Tech/XPCOM/Storage/Warnings Storage sometimes warns about things to stderr. This page is designed to help explain the cause ...
- Tools/Storage_Inspector The Storage Inspector enables you to inspect various types of storage that a web page can use. ...
- Web/API/Cache The Cache interface provides a storage mechanism for Request / Response object pairs that are ...
- Web/API/Document/cookie Get and set the cookies associated with the current document. For a general library see this ...
- Web/API/IDBCursor The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating ...
- Web/API/IDBCursor/advance The advance() method of the IDBCursor interface sets the num ber times a cursor should move its ...
- Web/API/IDBCursor/continue This method may raise a DOMException of one of the following types:
- Web/API/IDBCursor/delete An IDBRequest object on which subsequent events related to this operation are fired. The result ...
- Web/API/IDBCursor/direction A string (defined by the IDBCursorDirection enum) indicating the direction in which the cursor ...
- Web/API/IDBCursor/key The value can be of any type.
- Web/API/IDBCursor/primaryKey A value, of any data type.
- Web/API/IDBCursor/source The IDBObjectStore or IDBIndex that the cursor is iterating over.
- Web/API/IDBCursor/update The update() method of the IDBCursor interface returns an IDBRequest object, and, in a separate ...
- Web/API/IDBCursorWithValue The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or ...
- Web/API/IDBCursorWithValue/value The value of the current cursor.
- Web/API/IDBDatabase Inherits from: EventTarget
- Web/API/IDBDatabase/close The connection is not actually closed until all transactions created using this connection are ...
- Web/API/IDBDatabase/createObjectStore The method takes the name of the store as well as a parameter object that lets you define ...
- Web/API/IDBDatabase/deleteObjectStore As with IDBDatabase.createObjectStore, this method can be called only within a versionchange ...
- Web/API/IDBDatabase/name A DOMString containing the name of the connected database.
- Web/API/IDBDatabase/objectStoreNames A DOMStringList containing a list of the names of the object stores currently in the connected ...
- Web/API/IDBDatabase/onabort This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/onerror This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/onversionchange This example shows an IDBOpenDBRequest.onupgradeneeded block that creates a new object store; it ...
- Web/API/IDBDatabase/transaction An IDBTransaction object.
- Web/API/IDBDatabase/version An integer containing the version of the connected database.
- Web/API/IDBEnvironment The IDBEnvironment interface of the IndexedDB API contains the indexedDB property, which ...
- Web/API/IDBEnvironment/indexedDB The indexedDB property of the IDBEnvironment interface provides a mechanism for applications to ...
- Web/API/IDBFactory In the following code snippet, we make a request to open a database, and include handlers for ...
- Web/API/IDBFactory/cmp An integer that indicates the result of the comparison; the table below lists the possible ...
- Web/API/IDBFactory/deleteDatabase If the database is successfully deleted, then a success event is fired on the request object ...
- Web/API/IDBFactory/open If an error occurs while the database connection is being opened, then an error event is fired ...
- Web/API/IDBIndex IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database. ...
- Web/API/IDBIndex/count A IDBRequest object on which subsequent events related to this operation are fired.
- Web/API/IDBIndex/get If a value is successfully found, then a structured clone of it is created and set as the result ...
- Web/API/IDBIndex/getAll There is a performance cost associated with looking at the value property of a cursor, because ...
- Web/API/IDBIndex/getKey If a key is successfully found it is set as the result of the request object: this returns the ...
- Web/API/IDBIndex/isAutoLocale The isAutoLocale read-only property of the IDBIndex interface returns a Boolean indicating ...
- Web/API/IDBIndex/keyPath Any data type that can be used as a key path.