mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Issue #3236 - Implement timers (setTimeout/setInterval) for workers
This commit is contained in:
parent
fd70b366ae
commit
0d7e13f646
11 changed files with 261 additions and 185 deletions
|
@ -217,3 +217,4 @@ pub mod html {
|
|||
pub mod layout_interface;
|
||||
pub mod page;
|
||||
pub mod script_task;
|
||||
mod timers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue