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
EventListener can't work in HTML / Web Comments. No event is dispatched.
<script>
document.getElementsByTagName('cookie-consent-banner')[0].addEventListener('analytics', () =>{// some fathom analytics tracking code or similar})
// We also emit these events on `window`
window.addEventListener('consent:analytics', () =>{// some fathom analytics tracking code or similar})
</script>
The text was updated successfully, but these errors were encountered:
EventListener can't work in HTML / Web Comments. No event is dispatched.
The text was updated successfully, but these errors were encountered: