Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/solid/src/reactive/scheduler.ts>requestCallback

A declarative, efficient, and flexible JavaScript library for building user interfaces.
Go to Latest
function requestCallback
import { requestCallback } from "https://deno.land/x/solid@v1.5.6/src/reactive/scheduler.ts";

Parameters

fn: () => void
optional
options: { timeout: number; }