Articles tagged: Web Storage
Found 10 documents
- Web/API/Storage The Storage interface of the Web Storage API provides access to the session storage or local ...
- Web/API/Storage/clear The clear() method of the Storage interface, when invoked, will empty all keys out of the storage.
- Web/API/Storage/getItem The getItem() method of the Storage interface, when passed a key name, will return that key's value.
- Web/API/Storage/key The key() method of the Storage interface, when passed a number n, returns the name of the nth ...
- Web/API/Storage/length The length read-only property of the Storage interface returns an integer representing the ...
- Web/API/Storage/removeItem The removeItem() method of the Storage interface, when passed a key name, will remove that key ...
- Web/API/Storage/setItem The setItem() method of the Storage interface, when passed a key name and value, will add that ...
- Web/API/Web_Storage_API The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much ...
- Web/API/Window/localStorage The localStorage property allows you to access a local Storage object. localStorage is similar ...
- Web/API/WindowEventHandlers/onstorage The WindowEventHandlers.onstorage property contains an event handler that runs when the storage ...