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
* Improving Getting started for DO.
* Apply suggestions from code review
Co-authored-by: Maddy <[email protected]>
---------
Co-authored-by: Maddy <[email protected]>
Copy file name to clipboardExpand all lines: src/content/docs/durable-objects/get-started.mdx
+40-4Lines changed: 40 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ If you do not use JavaScript or TypeScript, you will need a [shim](https://devel
72
72
73
73
Your `MyDurableObject` class will have a constructor with two parameters. The first parameter, `ctx`, passed to the class constructor contains state specific to the Durable Object, including methods for accessing storage. The second parameter, `env`, contains any bindings you have associated with the Worker when you uploaded it.
0 commit comments