I want to measure TTFB (Time to First Byte) for an HTTP request. I’ve hosted a 0KB pdf file on an amazon S3 server, and I’m using the fetch api to get it. Here’s my code: In the chrome developers network tab, I can see the request and all of its timing info: But I can’t access this info in