[whatwg/fetch] Creating a new request & response could be easier (#771)

In specs, if I want to create a new request, I'm creating the request object, then creating the headers object, then hooking the two up.

With responses it's slightly more complicated, as I need to deal with the trailer promise too.

Is this worth simplifying?

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

Received on Friday, 22 June 2018 11:15:20 UTC