Add the append method for the Headers API for the Fetch API

This commit will add the append method and associated helper functions, and introduce any necessary changes for it.
This commit is contained in:
Jeena Lee 2016-07-07 14:35:19 -07:00
parent b36a3b2fee
commit 530b02790b
7 changed files with 348 additions and 1 deletions

View file

@ -88,6 +88,7 @@ WEBIDL_STANDARDS = [
"//drafts.csswg.org/cssom",
"//drafts.fxtf.org",
"//encoding.spec.whatwg.org",
"//fetch.spec.whatwg.org",
"//html.spec.whatwg.org",
"//url.spec.whatwg.org",
"//xhr.spec.whatwg.org",