Closed jahnavi310 closed 8 years ago
@axemclion: ^^
@jahnavi310 self.test(url)
here returns undefined. It should return a function, and could be like
test: function(url) {
return function(err, res){
console.log("URL: ", url);
}
},
I am trying to use browser-perf to read the data using browser-perf:
this is what i have: i have all the urls stored in a file so before executing the following function:
, i am reading all of them one by one from the file
but the console.log(url) does not execute as expected because it seems like this returns a promise, it just times out, any idea how to resolve this issue?
This is what i have:
This is when i get that error