Hello everyone. This is the Querier development team.
With this update, we have added a local storage feature.
This enables browser-dependent persistence mechanisms and the ability to share specific values across pages.
You can access saved values in the form of {{ querierLocalStorage.value.xxxx }}
.
There are three actions that can be performed with local storage:
- setItem: Save a specified value with a specified key
- removeItem: Delete the value of a specified key
- clear: Delete all values stored in local storage