Namespace jQuery.sap.storage.TypeModule: jquery.sap.storage


Enumeration of the storage types supported by jQuery.sap.storage.Storage


Since: 0.11.0.
Field Summary
jQuery.sap.storage.Type.globalIndicates usage of the browser's globalStorage feature
jQuery.sap.storage.Type.localIndicates usage of the browser's localStorage feature
jQuery.sap.storage.Type.sessionIndicates usage of the browser's sessionStorage feature
Field Detail
jQuery.sap.storage.Type.global
Indicates usage of the browser's globalStorage feature
jQuery.sap.storage.Type.local
Indicates usage of the browser's localStorage feature
jQuery.sap.storage.Type.session
Indicates usage of the browser's sessionStorage feature