Re: [whatwg/fetch] Consider removing trailers API (#772)

A real-world use case and need for Trailer support and Server-Timing:
https://twitter.com/JJJ/status/1077988650602901505


tl;dr: we need trailers to emit timing and debug data about where time was spent as the page is being constructed, after the content is flushed. Forcing output buffering is both bad for user experience and performance, as well as causes random failures due to broken interleaving of flushes in real world applications like WordPress. If we had Trailers, we could collect the timing data and emit the header at the end — clean 'n simple.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/772#issuecomment-450208926

Received on Thursday, 27 December 2018 18:49:36 UTC