Implement a stub Worker interface.

Part of #2811.
This commit is contained in:
Ms2ger 2014-06-22 18:07:14 +02:00
parent d97ec69957
commit 712955e96a
4 changed files with 53 additions and 0 deletions

View file

@ -173,6 +173,7 @@ pub mod dom {
pub mod validitystate;
pub mod virtualmethods;
pub mod window;
pub mod worker;
pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;
pub mod xmlhttprequestupload;