(
key: Key,
value: string | ArrayBuffer | ArrayBufferView | ReadableStream,
options?: KVNamespacePutOptions,
)
| 2086 | options?: KVNamespaceListOptions, |
| 2087 | ): Promise<KVNamespaceListResult<Metadata, Key>>; |
| 2088 | put( |
| 2089 | key: Key, |
| 2090 | value: string | ArrayBuffer | ArrayBufferView | ReadableStream, |
| 2091 | options?: KVNamespacePutOptions, |
no outgoing calls