diff options
author | CYBAI <cyb.ai.815@gmail.com> | 2019-01-09 18:57:35 +0800 |
---|---|---|
committer | CYBAI <cyb.ai.815@gmail.com> | 2019-01-23 00:38:44 +0800 |
commit | 9d70f5135614b8fa0ba4e1322ac114587b959eb5 (patch) | |
tree | fa73d59cfa8b8b4276cd9d586c637e8f2821c61e /components/script/dom/mod.rs | |
parent | 477b6ef886401e54fa9dbe4b07298cf5cafc0315 (diff) | |
download | servo-9d70f5135614b8fa0ba4e1322ac114587b959eb5.tar.gz servo-9d70f5135614b8fa0ba4e1322ac114587b959eb5.zip |
Implement formdata event
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 d316000eee4..4d8e89d274f 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -303,6 +303,7 @@ pub mod filereader; pub mod filereadersync; pub mod focusevent; pub mod formdata; +pub mod formdataevent; pub mod gainnode; pub mod gamepad; pub mod gamepadbutton; |