Nodes/comfy-ovum/Get LocalStorage
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.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
Get LocalStorage
    • value
    • exists
    name
    default
    Categoryovum

    Inputs (2)

    NameTypeDefaultDescription
    nameSTRINGlocalStorage key to read.
    defaultSTRINGFallback value if not present.

    Outputs (2)

    NameTypeDescription
    valueSTRING
    existsBOOLEAN