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 /components/script/dom/mod.rs | |
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 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index d76721ed040..172026c4d8e 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -269,6 +269,7 @@ pub mod focusevent; pub mod forcetouchevent; pub mod formdata; pub mod hashchangeevent; +pub mod headers; pub mod htmlanchorelement; pub mod htmlappletelement; pub mod htmlareaelement; |