mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Initial work on job queues for service workers
This commit is contained in:
parent
6cc1976cca
commit
114c491111
11 changed files with 462 additions and 68 deletions
|
@ -113,6 +113,7 @@ pub mod script_runtime;
|
|||
#[allow(unsafe_code)]
|
||||
pub mod script_thread;
|
||||
mod serviceworker_manager;
|
||||
mod serviceworkerjob;
|
||||
mod task_source;
|
||||
pub mod textinput;
|
||||
mod timers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue