Skip to content

Instantly share code, notes, and snippets.

@codebubb
Created October 28, 2020 09:20
Show Gist options
  • Select an option

  • Save codebubb/4b65b41387d2c883a62e9b05de3f2b35 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/4b65b41387d2c883a62e9b05de3f2b35 to your computer and use it in GitHub Desktop.
Beacon and PageVisibility API
window.addEventListener('click', event => {
window.events.push({ type: 'Click', x: event.clientX, y: event.clientY });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment