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

Method put

website/worker-configuration.d.ts:1493–1493  ·  view source on GitHub ↗
(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions)

Source from the content-addressed store, hash-verified

1491 get<ExpectedValue = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, ExpectedValue | null>>;
1492 list<Metadata = unknown>(options?: KVNamespaceListOptions): Promise<KVNamespaceListResult<Metadata, Key>>;
1493 put(key: Key, value: string | ArrayBuffer | ArrayBufferView | ReadableStream, options?: KVNamespacePutOptions): Promise<void>;
1494 getWithMetadata<Metadata = unknown>(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>;
1495 getWithMetadata<Metadata = unknown>(key: Key, type: "text"): Promise<KVNamespaceGetWithMetadataResult<string, Metadata>>;
1496 getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Key, type: "json"): Promise<KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>;

Callers 15

router.tsFile · 0.65
updateCssFunction · 0.65
updateVariableCSSFunction · 0.65
updateMetadataFunction · 0.65
updateListFunction · 0.65
router.tsFile · 0.65
updateArrayMetadataFunction · 0.65
router.tsFile · 0.65
updateVariableListFunction · 0.65
updateAxisRegistryFunction · 0.65
router.tsFile · 0.65
updateVersionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected