[whatwg/fetch] Trailer support in the API (#981)

I still think this is something we should do as it's part of HTTP and with newer iterations of H/2 it's a feature that's a lot easier to make use of due to overall improved infrastructure.

My current thinking is that building this on top of #980 and #607 (as you can have multiple trailer header lists per request/response) is the way to go. `FetchObserver` could have a `sendTrailer(Headers trailer)` and `ontrailer` event handler or some such. Details probably best sorted once there's more firm implementer interest.

-- 
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/981

Received on Wednesday, 11 December 2019 13:13:36 UTC