Skip to content

Instantly share code, notes, and snippets.

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

  • Save codebubb/917e0bd88ecf5a69cc2a8b411e8df4bc to your computer and use it in GitHub Desktop.

Select an option

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