mitchellh / go-server-timing

Go (golang) library for creating and consuming HTTP Server-Timing headers
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
862 stars 38 forks source link

Fix Chrome supported version #2

Closed y-yagi closed 6 years ago

y-yagi commented 6 years ago

It seems Chrome 65 supports ServerTiming API. Ref: https://blog.chromium.org/2018/02/chrome-65-beta-css-paint-api-and.html

mitchellh commented 6 years ago

It supports the API but I believe only the devtools in 66+ will actually show the timings properly (use the new Dec 2017 format) is that wrong?

y-yagi commented 6 years ago

I tried example with 65 beta(65.0.3325.51 beta). It seems show the timings properly in devtools.

server-timing

I'm sorry if I misunderstood

mitchellh commented 6 years ago

Fair enough! Thanks