The unique identifier for the NonLocalStorage instance.
The key to store and retrieve data for.
General options including credentials and instance options.
An object with fetch
and post
methods:
Fetches the value for the specified key from NonLocalStorage.
Stores a new value for the specified key in NonLocalStorage.
Creates a simple store interface for a single key in NonLocalStorage. Provides fetch and post methods for retrieving and updating the value.