Nicolas
Nicolas
Explore posts from servers
DDeno
Created by Nicolas on 11/16/2024 in #help
Concurrent fetch timing
Thank you @Doctor 🤖, I wanted to implement a resource PerformanceObserver, but it's not yet available https://github.com/denoland/deno/blob/80098bfeabcd2f681f1854c6294ad0fb71c2dd06/ext/node/polyfills/perf_hooks.ts#L15. I understood that the requests are handled outside of JavaScript and thought that there might be a way to get the real execution time from some low level API. That's my first Deno script and I don't do much backend JS so any idea to improve this is welcome. I would like to store the timing information, sadly console.profile does not help for that
8 replies