Implement WorkerGlobalScope.location.

This commit is contained in:
Ms2ger 2014-08-13 12:20:07 +02:00
parent fe3b62e9b4
commit e7dd281979
25 changed files with 114 additions and 93 deletions

View file

@ -191,6 +191,7 @@ pub mod dom {
pub mod window;
pub mod worker;
pub mod workerglobalscope;
pub mod workerlocation;
pub mod workernavigator;
pub mod xmlhttprequest;
pub mod xmlhttprequesteventtarget;