Framework
decodeKey()
Function: decodeKey()
function decodeKey(storageKey): EncodedKeyDataDecode a storage key back to (namespace, key) pair.
Handles both plain keys and encoded _e:{base64url} keys.
Parameters
| Parameter | Type | Description |
|---|---|---|
storageKey | string | The key from storage |
Returns
Decoded namespace and key
