diff options
author | Hinali Marfatia <hinalimarfatia@gmail.com> | 2014-10-25 23:58:59 -0400 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-11-25 15:43:22 +0100 |
commit | b1d60414200d825672955fbf54ac47ebf32b382c (patch) | |
tree | 4f66068d296c7c9c52622f37723676cf193c325e /components/script/lib.rs | |
parent | 10f8fe00677c756bd69adcf90b96a7e36bae8f56 (diff) | |
download | servo-b1d60414200d825672955fbf54ac47ebf32b382c.tar.gz servo-b1d60414200d825672955fbf54ac47ebf32b382c.zip |
Implement a basic WebSocket interface.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 123417e9429..1e524ec7a62 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -203,6 +203,7 @@ pub mod dom { pub mod urlsearchparams; pub mod validitystate; pub mod virtualmethods; + pub mod websocket; pub mod window; pub mod worker; pub mod workerglobalscope; |