• Provides the Storage API enabled writable sessionStorage store helper function. Data is serialized as JSON.

    Type Parameters

    • T

    Parameters

    • key: string
    • value: T
    • Optional start: StartStopNotifier<T>

    Returns Writable<T>