Skip to content

Commit 5bbfe61

Browse files
remove outdated note saying that RPC is not supported in remote service bindings (#24982)
1 parent f90ce67 commit 5bbfe61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/partials/workers/bindings_per_env.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
| **Queues** |||
2626
| **R2** |||
2727
| **Rate Limiting** |||
28-
| **Service Bindings (multiple Workers)** || [^1] |
28+
| **Service Bindings (multiple Workers)** || |
2929
| **Vectorize** |||
3030
| **Workflows** |||
3131

32-
[^1]: While you can make `fetch()` calls on remote service bindings, you cannot currently call RPC methods on remote service bindings.
33-
3432
## Remote development
3533

3634
During remote development, all of your Worker code is uploaded and executed on Cloudflare's infrastructure, and bindings always connect to remote resources. **We recommend using local development with remote binding connections instead** for faster iteration and debugging.

0 commit comments

Comments
 (0)