Web storage in Opera can be configured using preferences in the "Web Storage" section located in opera:config.
Opera supports the following web storage tools.
Support has been added for the window.opera.scriptStorage property for user scripts alone. This property returns a Storage object as specified in the W3C Web Storage API Section 4.1: The Storage interface, and is unique per script.
scriptStorage object has limited quota, defined in
opera:config.Opera does not currently support:
Opera's support for the W3C Web Storage API is defined in the following data tables.
| Interface | Attributes | Methods | Comment | Support |
|---|---|---|---|---|
Storage
|
|
|
This interface provides access to a list of key/value pairs, which are sometimes called items. | Yes |
StorageEvent
|
|
|
This interface event is fired when a storage area changes. | Yes |
| Attribute | Comment | Support |
|---|---|---|
sessionStorage
|
This attribute represents the set of storage areas specific to the current top-level browsing context. | Yes |
localStorage
|
This attribute provides a Storage object for an origin. User agents must have a set of local storage areas, one for each origin. | Yes |
Need help? Hit F1 anytime while using Opera to access our online help files, or go here.