Skip to content

Commit fe42810

Browse files
authored
Update src/content/docs/workers/runtime-apis/rpc/index.mdx
1 parent 133ac90 commit fe42810

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/rpc

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/rpc/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: The built-in, JavaScript-native RPC system built into Workers and
1010
import { DirectoryListing, Render } from "~/components"
1111

1212
:::note
13-
If you are adding this feature to existing Workers or Pages, Cloudflare recommends [updating the Workers’ or Pages’ compatibility date](/workers/configuration/compatibility-dates) first.
13+
To use RPC, [define a compatibility date](/workers/configuration/compatibility-dates) of `2024-04-03` or higher, or include `rpc` in your [compatibility flags](/workers/configuration/compatibility-dates/#nodejs-compatibility-flag).
1414
:::
1515

1616
Workers provide a built-in, JavaScript-native [RPC (Remote Procedure Call)](https://en.wikipedia.org/wiki/Remote_procedure_call) system, allowing you to:

0 commit comments

Comments
 (0)