Callback Patterns and Error-First Convention #45
Replies: 1 comment
-
|
Hi, I have question about this statement: For me this logs undefined instead of ReadFileContext object - is it dependent on version of node or something else? Or I'm missing something? I'm running Node v24.11.1 on Windows import fs from "fs"; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Callback Patterns and Error-First Convention
Error-first callbacks, sync vs async invocation, callback hell, and how Node's core APIs enforce the convention.
https://www.thenodebook.com/async-patterns/callback-patterns
Beta Was this translation helpful? Give feedback.
All reactions