[Bug 20158] Unrestricted typed dictionary

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20158

--- Comment #10 from Anne <annevk@annevk.nl> ---
In http://fetch.spec.whatwg.org/#headers-class I went with
OpenEndedDictionary<ByteString> but I can definitely migrate to the syntax from
comment 8.

I briefly discussed constrained keys with bz. It seems keys would mostly be
DOMString, but FormData, URLSearchParams, and Headers all have usage for
constrained keys. The first two want ScalarValueString, the last wants
ByteString. We could do that in prose, but maybe we should allow the three
string types at least?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 16 June 2014 16:06:21 UTC