Skip to content

Commit 7549808

Browse files
dario-piotrowicznevikashah
authored andcommitted
Update remote bindings docs in regards to RPC now being supported (#24903)
1 parent 8d5ef1a commit 7549808

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ If `experimental_remote: true` is specified in Wrangler configuration for any of
297297

298298
- [**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. Refer to [Using remote resources with Durable Objects and Workflows](#using-remote-resources-with-durable-objects-and-workflows) below.
299299

300-
- [**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.
301-
302300
- [**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. Refer to [Using remote resources with Durable Objects and Workflows](#using-remote-resources-with-durable-objects-and-workflows) below.
303301

304302
- [**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).

0 commit comments

Comments
 (0)