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/docs/workers/runtime-apis/rpc/lifecycle.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ function sendEmail(id, message) {
47
47
48
48
### How to use the `using` declaration in your Worker
49
49
50
-
[Wrangler](/workers/wrangler/) v4+ supports the `using` keyword natively. If you are on an earlier version of Wrangler, you can alternatively call dispose of resources manually.
50
+
[Wrangler](/workers/wrangler/) v4+ supports the `using` keyword natively. If you are using an earlier version of Wrangler, you will need to manually dispose of resources instead.
0 commit comments