storage_set
Store a value in browser localStorage or sessionStorage and confirm by reading it back. Non-string values are JSON-encoded.
Instructions
Write one key into localStorage or sessionStorage and read it back to confirm. area='local' (default) or 'session'. Values are strings; non-string values are JSON-encoded first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| area | No | local | |
| value | Yes | ||
| timeout | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||