Previous: , Up: Persistence stores   [Contents][Index]


8.7.3 Web localStorage store

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.

Procedure: make-local-storage-store name

Return a local storage store which stores the data in the web browser’s local storage, under the name key (must be a string).