Skip to content

Commit ec347f0

Browse files
Adds link to nodejs discussions (#16780)
Adds link to nodejs discussions Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 3d43392 commit ec347f0

File tree

1 file changed

+3
-0
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ This allows you to import packages that use these Node.js modules, even if certa
7070

7171
For a full list of APIs supported, including information on which are mocked, see the [Node.js compatability matrix](https://workers-nodejs-compat-matrix.pages.dev).
7272

73+
If an API you wish to use is missing and you want to suggest that Workers support it, please add a post or comment in the
74+
[Node.js APIs discussions category](https://github.com/cloudflare/workerd/discussions/categories/node-js-apis) on GitHub.
75+
7376
## Enable Node.js with Workers
7477

7578
Add the [`nodejs_compat`](/workers/configuration/compatibility-dates/#nodejs-compatibility-flag) [compatibility flag](/workers/configuration/compatibility-dates/#nodejs-compatibility-flag) to your `wrangler.toml`:

0 commit comments

Comments
 (0)