move to utils
()
| 223 | |
| 224 | // move to utils |
| 225 | fn window() -> web_sys::Window { |
| 226 | web_sys::window().expect("no global `window` exists") |
| 227 | } |
| 228 | |
| 229 | fn request_animation_frame(f: &Closure<dyn FnMut()>) { |
| 230 | window() |
no outgoing calls
no test coverage detected