Re: [fetch] Can headers ordering be lessened? (#189)

Some additional points:
1. Having an ordering that can be computed from the headers themselves allow implementations to select whatever containers they like
2. A web application will receive response headers consistently accross all engines
3. In the case of a list container, sorting may actually be only needed when triggering iterable from JS (which might never happen for a given header set) or as a way to ease getAll implementation

Overall, I agree this is not a big issue.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/189#issuecomment-169108378

Received on Tuesday, 5 January 2016 19:44:13 UTC