Settings.enableHtml5LocalStorage

bool enableHtml5LocalStorage() @property

Get enableHtml5LocalStorage property.

Returns

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/.
void enableHtml5LocalStorage(bool propval) @property

Set enableHtml5LocalStorage property.

Parameters

propvalWhether 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/.