Skip to content

Instantly share code, notes, and snippets.

@codebubb
Last active October 28, 2020 09:11
Show Gist options
  • Select an option

  • Save codebubb/1778156f20d61cb396a323c8b713aeeb to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/1778156f20d61cb396a323c8b713aeeb to your computer and use it in GitHub Desktop.
Beacon and Page Visibility API
window.addEventListener('unload', () => {
navigator.sendBeacon('/log', JSON.stringify({ data: 'test' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment