You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing your JS integration, and so far, so good. However, I noticed that you don't expose some useful variables or functions in the cookiebar.module.js.
For example, getCookieStatus. We might want to get the status of a cookie while loading the script, not simply loadCookieGroups, which only retrieves all cookies.
I was wondering if this is intentional for security reasons or other purposes.
I had to reimplement these functions myself, which seems a bit unnecessary since they are already defined in your module.
Thank you! 😉
The text was updated successfully, but these errors were encountered:
Hi,
I'm implementing your JS integration, and so far, so good. However, I noticed that you don't expose some useful variables or functions in the
cookiebar.module.js
.For example,
getCookieStatus
. We might want to get the status of a cookie while loading the script, not simplyloadCookieGroups
, which only retrieves all cookies.I was wondering if this is intentional for security reasons or other purposes.
I had to reimplement these functions myself, which seems a bit unnecessary since they are already defined in your module.
Thank you! 😉
The text was updated successfully, but these errors were encountered: