fn set_timeout( window: &Window, after: Duration, run: impl FnOnce() + 'static, ) -> Result<(), JsValue>