Set Web Storage
storage_setSet a value in browser localStorage or sessionStorage by specifying a key and string value for persistent or session-based data storage.
Instructions
Set one localStorage/sessionStorage item. The value is not echoed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| area | No | local | |
| value | Yes | String value to store. Not echoed in result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||