Skip to content

Commit e83b06a

Browse files
fix incorrect fragment and add help text to Workflows item as well
1 parent ac6253c commit e83b06a

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/development-testing

1 file changed

+2
-2
lines changed

src/content/docs/workers/development-testing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ Certain bindings are not supported for remote connections during local developme
295295

296296
If `experimental_remote: true` is specified in Wrangler configuration for any of the following unsupported binding types, Cloudflare **will issue an error**. See [all supported and unsupported bindings for remote bindings](/workers/development-testing/bindings-per-env/).
297297

298-
- [**Durable Objects**](/workers/wrangler/configuration/#durable-objects): Enabling remote connections for Durable Objects may be supported in the future, but currently will always run locally. However, using Durable Objects in combination with remote bindings is possible, as illustrated in the [Durable Objects usage section](#durable-objects-usage-with-remote-resources) below.
298+
- [**Durable Objects**](/workers/wrangler/configuration/#durable-objects): Enabling remote connections for Durable Objects may be supported in the future, but currently will always run locally. However, using Durable Objects in combination with remote bindings is possible, as illustrated in the [relative section](#using-remote-resources-with-durable-objects-and-workflows) below.
299299

300300
- [**RPC on service bindings**](/workers/runtime-apis/bindings/service-bindings/rpc/): While you can make `fetch()` calls on remote service bindings, you cannot currently call RPC methods on remote service bindings.
301301

302-
- [**Workflows**](/workflows/): Enabling remote connections for Workflows may be supported in the future, but currently will only run locally.
302+
- [**Workflows**](/workflows/): Enabling remote connections for Workflows may be supported in the future, but currently will only run locally. However, using Workflows in combination with remote bindings is possible, as illustrated in the [relative section](#using-remote-resources-with-durable-objects-and-workflows) below.
303303

304304
- [**Environment Variables (`vars`)**](/workers/wrangler/configuration/#environment-variables): Environment variables are intended to be distinct between local development and deployed environments. They are easily configurable locally (such as in a `.dev.vars` file or directly in Wrangler configuration).
305305

0 commit comments

Comments
 (0)