Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 637 Bytes

File metadata and controls

24 lines (14 loc) · 637 Bytes

Home > @snowplow/browser-tracker > clearUserData

clearUserData() function

Clears all cookies and local storage containing user and session identifiers

Signature:

declare function clearUserData(trackers?: Array<string>): void;

Parameters

Parameter Type Description
trackers Array<string> The tracker identifiers which the event will be sent to

Returns:

void