arc_clear_storage
Clear localStorage, sessionStorage, or both for a specified tab in Arc Browser, enabling quick reset of web storage during development.
Instructions
ストレージをクリアする(開発中のリセット用)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_index | No | タブのインデックス(指定しない場合はアクティブタブ) | |
| type | No | クリアするストレージの種類(localStorage/sessionStorage/all) | all |