Node.js fs compatibility not working: fs.readFileSync not implemented
After following https://developers.cloudflare.com/workers/runtime-apis/nodejs/fs/ to setup my Workers project with Node.js fs API compatability, trying to use readFileSync in my application results in the following exception being thrown:
0 Replies