pub fn request_timeout_callback<F>(
    f: F,
    timeout: i32
) -> Result<TimeoutCallbackHandle, JsValue>where
    F: FnMut() + 'static,
Expand description

request and idle callback