Closed TesteurManiak closed 1 year ago
Fix #53
The main idea here is to use an instance of CookielessStorage which will wrap the underlying LocalStorage implementation to fake the calls to getFirstVisit, setFirstVisit, getVisitorId and setVisitorId.
CookielessStorage
LocalStorage
getFirstVisit
setFirstVisit
getVisitorId
setVisitorId
Fix #53
The main idea here is to use an instance of
CookielessStorage
which will wrap the underlyingLocalStorage
implementation to fake the calls togetFirstVisit
,setFirstVisit
,getVisitorId
andsetVisitorId
.