mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Implement stub classes for WorkerGlobalScope and DedicatedWorkerGlobalScope.
Part of #2811.
This commit is contained in:
parent
712955e96a
commit
a345f413cb
8 changed files with 104 additions and 0 deletions
|
@ -75,6 +75,7 @@ pub mod dom {
|
|||
pub mod comment;
|
||||
pub mod console;
|
||||
pub mod customevent;
|
||||
pub mod dedicatedworkerglobalscope;
|
||||
pub mod document;
|
||||
pub mod documentfragment;
|
||||
pub mod documenttype;
|
||||
|
@ -174,6 +175,7 @@ pub mod dom {
|
|||
pub mod virtualmethods;
|
||||
pub mod window;
|
||||
pub mod worker;
|
||||
pub mod workerglobalscope;
|
||||
pub mod xmlhttprequest;
|
||||
pub mod xmlhttprequesteventtarget;
|
||||
pub mod xmlhttprequestupload;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue