We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db74104 commit bf78a4dCopy full SHA for bf78a4d
src/content/docs/kv/api/read-key-value-pairs.mdx
@@ -56,7 +56,7 @@ The `get()` method returns a promise you can `await` on to get the value. If the
56
- `key`: `string`
57
- The key of the KV pair.
58
- `type`: `"text" | "json" | "arrayBuffer" | "stream"`
59
- - Optional. The type of the value to be returned. `string` is the default.
+ - Optional. The type of the value to be returned. `text` is the default.
60
- `options`: `{
61
cacheTtl: number,
62
type: "text" | "json" | "arrayBuffer" | "stream"
0 commit comments