Function script::webdriver_handlers::handle_execute_async_script

source ยท
pub fn handle_execute_async_script(
    window: Option<Root<Dom<Window>>>,
    eval: String,
    reply: IpcSender<WebDriverJSResult>,
    can_gc: CanGc,
)