Initializes a WappStorage instance with the provided name.
The name of the WappStorage instance.
Retrieves the value associated with the given name.
The name of the value to retrieve.
The value associated with the given name.
Retrieves the value associated with the given name.
The name of the value to retrieve.
The value associated with the given name.
Retrieves the secret value associated with the given name.
The name of the secret value to retrieve.
The secret value associated with the given name, or undefined if the value is not found.
Retrieves the secret value associated with the given name.
The name of the secret value to retrieve.
The secret value associated with the given name, or undefined if the value is not found.
Registers a callback function to be invoked when the storage changes.
The callback function to be invoked.
A promise that resolves to true if the callback was successfully registered, and false otherwise.
Removes a secret value from the storage.
The name of the secret value to remove, or an array of names.
A promise that resolves to true if the secret value was successfully removed, and false otherwise.
Class representing a WappStorage instance.