- From: youennf <notifications@github.com>
- Date: Tue, 05 Jan 2016 07:31:29 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 5 January 2016 15:31:59 UTC
No real use case on my side, although the fetch algorithm often uses headers get(), which is an indication that it should be made fast enough by browsers. WebKit already has a headers structure that does not preserve insertion order. This means implementing a new structure and regularly translating one into the other or vice-versa. A small overhead probably. Lexicographical ordering would solve this although this may hinder some other cases? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/189#issuecomment-169035496
Received on Tuesday, 5 January 2016 15:31:59 UTC