mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
script: Ensure JS engine is initialized and deinitialized on the same thread.
This commit is contained in:
parent
f1aa5d8dbd
commit
7944d9548c
5 changed files with 44 additions and 8 deletions
|
@ -113,6 +113,7 @@ mod unpremultiplytable;
|
|||
mod webdriver_handlers;
|
||||
|
||||
pub use init::{init, init_service_workers};
|
||||
pub use script_runtime::JSEngineSetup;
|
||||
|
||||
/// A module with everything layout can use from script.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue