Uncaught Error: No such module " node:buffe
When I try to create a worker according to https://developers.cloudflare.com/workers/examples/signing-requests/ ,I get "Uncaught Error: No such module " node:buffer". imported from "worker.js" (Code: 10021)".
Cloudflare Docs
This example Worker makes use of the Node.js Buffer API, which is available as part of the Worker’s runtime Node.js compatibility mode. To run this …
