Get HTTP timings with deno fetch api
Hello! I was wondering if it is possible to get http timings for a given fetch request. (Something along the lines of PerformanceResourceTiming api)
1 Reply
I tried with Performance api along with fetch request, It is working sort of on browser but not on server
my test looks like this: