You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/glossary/durable-objects.yaml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,9 @@ entries:
17
17
general_definition: |-
18
18
An object that refers to a unique Durable Object within a namespace and allows you to call into that Durable Object via RPC methods or the `fetch` API. For example, `let stub = env.MY_DURABLE_OBJECT.get(id)`
19
19
20
-
- term: "actor"
21
-
general_definition: |-
22
-
A term referring to a unique Durable Object. See "Durable Object".
0 commit comments