Settings.enableHtml5LocalStorage

Get enableHtml5LocalStorage property.

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

Return Value

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