localstorage
Store and retrieve data on the user’s device using browser local storage. Save variables persistently, load them back into your application, list all saved items, and delete individual variables or clear all stored data. These actions only work in browser environments.
Area: 📦 storage
Available Actions
This set contains 6 actions:
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
delete-saved "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.