Skip to content

Instantly share code, notes, and snippets.

@goody
Created April 10, 2020 16:46
Show Gist options
  • Save goody/fd126efa14a895e92009d5c249f849d3 to your computer and use it in GitHub Desktop.
Save goody/fd126efa14a895e92009d5c249f849d3 to your computer and use it in GitHub Desktop.
js engine info
function myFunction() {
var x = "User-agent header sent: " + navigator.userAgent;
document.getElementById("demo").innerHTML = x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment