-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileHandle
missing methods
#25554
Labels
Comments
This was referenced Sep 10, 2024
This was referenced Nov 25, 2024
This was referenced Jan 1, 2025
marvinhagemeister
pushed a commit
that referenced
this issue
Jan 7, 2025
Add the chmod method to the FileHandle class in node compat as part of #25554
siaeyy
added a commit
to siaeyy/deno
that referenced
this issue
Jan 8, 2025
dsherret
pushed a commit
that referenced
this issue
Jan 9, 2025
Add the chmod method to the FileHandle class in node compat as part of #25554
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
FileHandle class (in
node:fs/promises
) still misses the below methods:ref: https://nodejs.org/api/fs.html#class-filehandle
fs.promises.fstat
andFileHandle#stat
#26719truncate
method to theFileHandle
class #27389FileHandle#writeFile
#25555Originally posted by @k-nasa in #19165 (comment)
The text was updated successfully, but these errors were encountered: