Settings.enableHtml5LocalStorage

Set enableHtml5LocalStorage property.

  1. bool enableHtml5LocalStorage [@property getter]
  2. bool enableHtml5LocalStorage [@property setter]
    class Settings
    @property
    void
    enableHtml5LocalStorage
    (
    bool propval
    )

Parameters

propval bool

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