[][src]Function seed::set_interval

pub fn set_interval(handler: Box<dyn Fn()>, timeout: i32)

A high-level wrapper for web_sys::window.set_interval_with_callback_and_timeout_and_arguments_0: https://rustwasm.github.io/wasm-bindgen/examples/closures.html https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Window.html https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval