Clear Web Storage
storage_clearRemove one or all items from web storage (localStorage or sessionStorage) by specifying a key or clearing the entire area.
Instructions
Clear one key or all items from localStorage/sessionStorage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Optional key. Empty clears the area. | |
| area | No | local |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||