Function workflow_wasm::timers::native::set_interval
source · pub fn set_interval(closure: &Function, timeout: u32) -> Result<u32, JsValue>
Expand description
wasm_bindgen
binding to the native JavaScript setInterval()
function