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

Method delete

website/worker-configuration.d.ts:456–456  ·  view source on GitHub ↗
(key: string, options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

454 put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;
455 put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;
456 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;
457 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
458 rollback(): void;
459 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected