- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 30 Nov 2015 18:30:24 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 1 December 2015 02:30:56 UTC
The idea of `OpenEndedDictionary`, in general, is to capture the idea of something like an options object (i.e. dictionary) but where the set of key names is not known ahead of time (but the keys are known to be strings, and the values are all known to be some type, possibly a union type). There are some specs that want this sort of thing (the `Headers` spec, some of the animations API stuff, though the latter has some fixed set of keys _and_ additional open-ended ones). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/164#issuecomment-160828155
Received on Tuesday, 1 December 2015 02:30:56 UTC