-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Added a note to RPC runtime API #17394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a note to RPC runtime API #17394
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 files reviewed, 1 total issue(s) found.
Deploying cloudflare-docs with
|
| Latest commit: |
fe42810
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9c3911f9.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://tori-pcx-15256-rpc-compatibi.cloudflare-docs-7ou.pages.dev |
|
Files with changes (up to 15)
|
dario-piotrowicz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 😄
| import { DirectoryListing, Render } from "~/components" | ||
|
|
||
| :::note | ||
| 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this link to the node.js compat flag section?
* Added a note to RPC * Update src/content/docs/workers/runtime-apis/rpc/index.mdx
* Added a note to RPC * Update src/content/docs/workers/runtime-apis/rpc/index.mdx
Summary
#15256