And the compatibility flag to unlock the `node:` stuff is just ```toml compatibility_flags = [ "node
And the compatibility flag to unlock the
node: stuff is just in your wrangler.tomlnode:compatibility_flags = [ "nodejs_compat" ]

node_compat = true is the old implementationcreateDecipheriv works
wrangler, there is no problem. Is there a dedicated header for mjs?multipart/form-data and follow that documentation.

2023-12-01 which is crypto_preserve_public_exponent
node_compat = true innodejs_compat only covers a subset of modules and they must be imported with the node: prefix - node_compat is a set of polyfills added at build-time which covers a lot more modules.
nodejs_compat is a new-ish push towards providing NodeJS built-ins at runtime whereas node_compat is fairly old - once nodejs_compat provides enough coverage to remove the need for node_compat then node_compat would be removed.nodejs_compat is the requirement of a node: prefix when importing the module, but there is work to have Wrangler handle that automatically for you.fetch. I've got internet, am able to access it in my browser, have restarted the dev server, reset my internet, etc
node_compat = truenode_compat = truecreateDecipheriv$ curl --request PUT \
--url https://api.cloudflare.com/client/v4/accounts/{account_id}/{worker_name} \
--header 'Authorization: Bearer {token_id}' \
--header 'Content-Type: application/javascript' \
--data 'export default { async fetch(request) { let response = await fetch(request); new Response("Ok") } }{
"result": null,
"success": false,
"errors": [
{
"code": 10001,
"message": "workers.api.error.content_type"
}
],
"messages": []
}multipart/form-data2023-12-01crypto_preserve_public_exponent<Formatting threw (Error: Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance.nodejs_compatnodejs_compatnodejs_compatnodejs_compatnode_compatnode_compatnode_compatnode_compat