Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use KV from Durable Objects
summary: Read and write to/from KV within a Durable Object
title: Use Workers KV from Durable Objects
summary: Read and write to/from Workers KV within a Durable Object
pcx_content_type: example
sidebar:
order: 20
Expand Down Expand Up @@ -91,4 +91,4 @@ export class YourDurableObject extends DurableObject {
return Response.json(val);
}
}
```
```
Loading