Hacker News new | ask | show | jobs
by amatix 3034 days ago
Seems to be using the `Server-Timing` header — are there docs somewhere on what this expects & what features it supports? Are other browsers likely to follow it?
2 comments

This is the W3C spec for it: https://www.w3.org/TR/server-timing/
Regarding browser support, I believe the standard is just a set of HTTP headers. So all browsers support it. It's just a matter of instrumenting it in each browser's respective developer tools.