Skip to main content
Module

x/keywork/mod.ts>TimerUtils.requestAnimationFramePromise

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
function TimerUtils.requestAnimationFramePromise
import { TimerUtils } from "https://deno.land/x/keywork@v6.2.1/mod.ts";
const { requestAnimationFramePromise } = TimerUtils;

Promise wrapper around requestAnimationFrame

Returns

Promise<number>