Articles tagged: sessionStorage
Found 10 documents
- Mozilla/Gecko/DOM_Storage_implementation_notes This is a work in progress document at this stage helping review and land bug 600307.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMStorage A DOM window's session storage object can be retrieved from the window's sessionStorage attribute.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMStorage2 The nsIDOMStorage2 interface represents the storage space used for local storage in the DOM. ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMStorageEventObsolete When a DOM storage event is received, the recipient can check its domain attribute to determine ...
- Mozilla/Tech/XPCOM/Reference/Interface/NsIDOMStorageItem
- Mozilla/Tech/XPCOM/Reference/Interface/nsISessionStartup Implemented by: @mozilla.org/browser/sessionstartup;1. To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsISHEntry Implemented by: @mozilla.org/browser/session-history-entry;1. To create an instance, use:
- Web/API/Web_Storage_API The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much ...
- Web/API/Web_Storage_API/Using_the_Web_Storage_API Storage objects are simple key-value stores, similar to objects, but they stay intact through ...
- Web/API/Window/sessionStorage The sessionStorage property allows you to access a session Storage object. sessionStorage is ...