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
"You seem to be trying to use Durable Objects with Service Worker syntax.";
54
+
"You seem to be trying to use Durable Objects in a Worker written with Service Worker syntax.";
55
55
constaddScriptName=
56
-
"You can use Durable Objects defined in other (Module) Workers from a Service Worker by specifying a `script_name` in your wrangler.toml,where `script_name` is the name of the worker that implements that Durable Object. For example:";
56
+
"You can use Durable Objects defined in other Workers by specifying a `script_name` in your wrangler.toml,where `script_name` is the name of the Worker that implements that Durable Object. For example:";
0 commit comments