diff options
author | Jeena Lee <ijeenalee@gmail.com> | 2016-07-07 14:35:19 -0700 |
---|---|---|
committer | Jeena Lee <ijeenalee@gmail.com> | 2016-07-19 13:40:31 -0700 |
commit | 530b02790b3adb552ebb717eb7ca90353aa99d9d (patch) | |
tree | 1bdda8c80b80abf01b5ce3c1dab8ffcf4c06bd99 /python/tidy/servo_tidy/tidy.py | |
parent | b36a3b2fee3e70c11af2bc24832e65510acb71ec (diff) | |
download | servo-530b02790b3adb552ebb717eb7ca90353aa99d9d.tar.gz servo-530b02790b3adb552ebb717eb7ca90353aa99d9d.zip |
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.
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index fc52fbedd82..02e3263d64d 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -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", |