Skip to content

Instantly share code, notes, and snippets.

@alissoncs
Created May 9, 2020 18:56
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 alissoncs/5e1d48a1133a954a2391132fd3ef0bfc to your computer and use it in GitHub Desktop.
Save alissoncs/5e1d48a1133a954a2391132fd3ef0bfc to your computer and use it in GitHub Desktop.
http.js
var http = {
Connection: function (url, data, success, err) {
setTimeout(function () {
success();
}, 3000); // fake request time
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment