Last active
October 28, 2020 09:11
-
-
Save codebubb/1778156f20d61cb396a323c8b713aeeb to your computer and use it in GitHub Desktop.
Beacon and Page Visibility API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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