Class that implements storing of events using the WebStorage Api ((window||globalThis||self).localstorage, (window||globalThis||self).sessionStorage).

Implements

Constructors

  • Creates a WebStorageProvider using the provider storageType

    Parameters

    • storageType: string

      The type of Storage provider, normal values are "localStorage" or "sessionStorage"

    • Optionalid: string
    • OptionalunloadHookContainer: IUnloadHookContainer

    Returns WebStorageProvider

Properties

id: string

Methods