@nospamproxy/core
    Preparing search index...

    Abstraction for sessionStorage. Makes testing easier and allows for mocking.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • key: string

      Returns string | null

    • Sets a value in session storage.

      Parameters

      • key: string

        The key under which the value is stored.

      • value: string

        The value to store.

      Returns void