mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
b36a3b2fee
commit
530b02790b
7 changed files with 348 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue