[Webkit-unassigned] [Bug 185870] Enable Server-Timing by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 06:14:33 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=185870

Jakub G (dailymotion) <jakub.g.opensource at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub.g.opensource at gmail.co
                   |                            |m

--- Comment #12 from Jakub G (dailymotion) <jakub.g.opensource at gmail.com> ---
Current status of compat:

- shipped in Chrome 65
- shipped in Edge 79
- shipped in Firefox 61
- Safari is the last major engine remaining

Note that this API can be useful beyond strictly performance monitoring.

Sometimes it's useful and handy to pass some piece of information to the page via an HTTP header, and Server-Timing can be (ab)used to pass arbitrary key-value string pairs (apart from performance numeric data), and read them back on JavaScript side:

https://stackoverflow.com/a/66211531/245966

I don't know any other header *which is JS-readable* and can be used to pass arbitrary data in that way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210614/5562aa6a/attachment.htm>


More information about the webkit-unassigned mailing list