aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorJeena Lee <ijeenalee@gmail.com>2016-07-07 14:35:19 -0700
committerJeena Lee <ijeenalee@gmail.com>2016-07-19 13:40:31 -0700
commit530b02790b3adb552ebb717eb7ca90353aa99d9d (patch)
tree1bdda8c80b80abf01b5ce3c1dab8ffcf4c06bd99 /python/tidy/servo_tidy/tidy.py
parentb36a3b2fee3e70c11af2bc24832e65510acb71ec (diff)
downloadservo-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.py1
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",