Skip to main content
Version: Next

Set Local Storage

Store a value in browser

Description

Set a value associated with the given key in the browser local storage. If a value already exists for that key, the value is replaced.

Inputs

  • Control Flow (Control Flow)
  • Key (String): The key used to identify the value
  • Value (String): The value to store

Outputs

  • Control Flow (Control Flow)