Skip to content

Instantly share code, notes, and snippets.

@stuyam
Last active June 1, 2016 21:52
Show Gist options
  • Save stuyam/3b1057bfffae78cd49ca3da6bc510c40 to your computer and use it in GitHub Desktop.
Save stuyam/3b1057bfffae78cd49ca3da6bc510c40 to your computer and use it in GitHub Desktop.
Send Bacon on the web as an alias to send a beacon.
window.navigator.__proto__.sendBacon = function(url, data){
window.navigator.sendBeacon(url, data);
}
@stuyam
Copy link
Author

stuyam commented Jun 1, 2016

This creates an alias so if you are tired of sending Beacons you can send Bacons 🐷 with:

window.navigator.sendBacon(url, data)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment