Implement DedicatedWorkerGlobalScope.navigator.

This commit is contained in:
Ms2ger 2014-08-13 18:11:22 +02:00
parent f300e146b0
commit eadb1c154a
19 changed files with 87 additions and 73 deletions

View file

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