Skip to content

Instantly share code, notes, and snippets.

@puterjam
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puterjam/eb92f723b073fbc31995 to your computer and use it in GitHub Desktop.
Save puterjam/eb92f723b073fbc31995 to your computer and use it in GitHub Desktop.
navigator.sendBeacon 兼容
/*灯塔兼容逻辑*/
navigator.sendBeacon = navigator.sendBeacon ||
new Function('var r = new XMLHttpRequest();r.open("POST",arguments[0],true);r.send(arguments[1]);');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment