Previous: Syrup store, Up: Persistence stores [Contents][Index]
The (goblins persistence-store local-storage)
module provides a
persistence store which uses the
Web localStorage interface.
This store is thus only supported on web targets using Hoot and not the Guile VM.
Return a local storage store which stores the data in the web browser’s local storage, under the name key (must be a string).