ComfyUI Node
Get LocalStorage
Get a value from the browser's localStorage via the frontend. Works like Get Environment Variable. Returns (value, exists). Is a total kludge, and should be avoided at all costs.
Get LocalStorage
- value
- exists
◄name►
◄default►
Categoryovum
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | localStorage key to read. | |
| default | STRING | Fallback value if not present. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | STRING | — |
| exists | BOOLEAN | — |