Tool-Shack
    Preparing search index...

    Function setSessionStorage

    • Store item in sessionStorage with automatic JSON serialization and optional Base64 encoding

      Type Parameters

      • T

      Parameters

      • key: string

        Storage key

      • value: T

        Value to store

      • Optionaloptions: IStorageOptions

        Storage options including optional Base64 encoding

      Returns boolean

      Boolean indicating whether operation succeeded