Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.15 KB

File metadata and controls

20 lines (13 loc) · 1.15 KB

Home > @snowplow/browser-tracker > LocalStorageEventStoreConfigurationBase

LocalStorageEventStoreConfigurationBase interface

Signature:

interface LocalStorageEventStoreConfigurationBase extends EventStoreConfiguration 

Extends: EventStoreConfiguration

Properties

Property Type Description
maxLocalStorageQueueSize? number (Optional) The maximum amount of events that will be buffered in local storageThis is useful to ensure the Tracker doesn't fill the 5MB or 10MB available to each website should the collector be unavailable due to lost connectivity. Will drop events once the limit is hit
useLocalStorage? boolean (Optional) Whether to use localStorage at all Default is true