peaemaye
peaemaye
### Expected Behavior Calling setCookieData() should update the cookie data field without removing the lastConsentTimestamp from the cookie. ### Current Behavior There are some rare circumstances where calling the setCookieData()...
Fixes #700 The retrieveState method of api.js currently sets the _enabledServices before _acceptedServices so the enabled services don't include services read from the cc-cookie. I think reversing this order is...
### Expected Behavior Should save the current service selection. ### Current Behavior All services are rejected and fire their onReject event. ### Steps to reproduce See this StackBlitz for a...
### Description When using the onModalShow() callback function it can be useful to know what triggered it. An easy way to achieve this is to expose the event that triggered...