simple synchronous storage access.
HTML5 local storage specification is available at
http://dev.w3.org/html5/webstorage/.bool enableHtml5LocalStorage() @propertyGet enableHtml5LocalStorage property.
simple synchronous storage access.
HTML5 local storage specification is available at
http://dev.w3.org/html5/webstorage/.void enableHtml5LocalStorage(bool propval) @propertySet enableHtml5LocalStorage property.
propval | Whether to enable HTML5 local storage support. Local storage provides simple synchronous storage access. HTML5 local storage specification is available at http://dev.w3.org/html5/webstorage/. |