Module lf_gfx::local_storage

source ·
Expand description

A key-value store implemented either via a file next to the executable, or local browser storage on Web.

Enums§

Functions§

  • Loads the string associated with a key. These values persist through program runs.
  • Stores a string associated with a key. These values persist through program runs.