MCPcopy Create free account
hub / github.com/fontsource/fontsource / wait

Method wait

website/worker-configuration.d.ts:750–750  ·  view source on GitHub ↗
(delay: number, maybeOptions?: SchedulerWaitOptions)

Source from the content-addressed store, hash-verified

748}
749interface Scheduler {
750 wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;
751}
752interface SchedulerWaitOptions {
753 signal?: AbortSignal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected