How to substitute BunFile for node:fs/promises.open? #7071
Unanswered
guest271314
asked this question in
Q&A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some working Node.js code https://github.com/guest271314/native-messaging-nodejs/blob/main/nm_nodejs.js to asynchronously read
stdin
and write tostdout
. In pertinent partReading https://bun.sh/docs/runtime/nodejs-apis
I can't use Node.js
open()
and get the same result.Beta Was this translation helpful? Give feedback.
All reactions