Closed
Description
opened on Nov 26, 2024
Reviving #51749.
The implementation in #41439 is calling a synchronous approach even for an asynchronous call. See https://github.com/nodejs/node/blob/main/lib/fs.js#L1458.
I will take a quick look at that and see if I can fix it; otherwise, we might want to consider documenting it explicitly until we have a real solution for it.
cc: @Ethan-Arrowood
Activity