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

Interface AlarmInvocationInfo

website/worker-configuration.d.ts:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 now(): number;
394}
395interface AlarmInvocationInfo {
396 readonly isRetry: boolean;
397 readonly retryCount: number;
398}
399interface Cloudflare {
400 readonly compatibilityFlags: Record<string, boolean>;
401}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected