script: Ensure JS engine is initialized and deinitialized on the same thread.

This commit is contained in:
Josh Matthews 2019-11-25 15:21:27 -05:00
parent f1aa5d8dbd
commit 7944d9548c
5 changed files with 44 additions and 8 deletions

View file

@ -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.
///