browser_localstorage_get
Retrieve a specific value from the browser's localStorage using its key. Returns null if the key does not exist.
Instructions
Get a localStorage value by key (null if absent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| session_id | No |