Skip to content

Instantly share code, notes, and snippets.

@rothfield
Created May 6, 2015 02:54
Show Gist options
  • Save rothfield/a4948c51530434b576de to your computer and use it in GitHub Desktop.
Save rothfield/a4948c51530434b576de to your computer and use it in GitHub Desktop.
goog.net.NetworkTester is broken
callback=function(z) { console.log("hi",z);}
new goog.net.NetworkTester(callback).start()
// Prints: hi false to the javascript console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment