Closed Skillz4Killz closed 7 years ago
Is there a way to add on to the result of a call similar to rate limit where it shows how much time it took to make a call?
you could do something like console.time('request') before you call the function then call console.timeEnd('request') when the request resolves.
Thank you!!
Is there a way to add on to the result of a call similar to rate limit where it shows how much time it took to make a call?