- From: mseddon <notifications@github.com>
 - Date: Sun, 29 Nov 2015 13:07:45 -0800
 - To: whatwg/fetch <fetch@noreply.github.com>
 
Received on Sunday, 29 November 2015 21:08:14 UTC
In the spec we are told:
OpenEndedDictionary<T> is a future IDL construct. Expect it to be used as such:
```javascript
var meta = { "Content-Type": "text/xml", "Breaking-Bad": "<3" }
new Headers(meta)
```
Sadly the currently liked IDL draft does not specify what this means.  Can someone clarify?
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/164
Received on Sunday, 29 November 2015 21:08:14 UTC