Enable OpenEndedDictionary in Headers

Expected wpt results are updated as well.
This commit is contained in:
Jeena Lee 2016-09-20 14:37:55 -07:00
parent 2b1a39c2ae
commit 3b75d223f1
16 changed files with 65 additions and 77 deletions

View file

@ -4,8 +4,7 @@
// https://fetch.spec.whatwg.org/#headers-class
// TODO support OpenEndedDictionary<ByteString>
typedef (Headers or sequence<sequence<ByteString>>) HeadersInit;
typedef (Headers or sequence<sequence<ByteString>> or MozMap<ByteString>) HeadersInit;
[Constructor(optional HeadersInit init),
Exposed=(Window,Worker)]