method FileHandle.utimes
Jump to headingFileHandle.utimes(): Promise<void>
Change the file system timestamps of the object referenced by the FileHandle
then fulfills the promise with no arguments upon success.
Parameters Jump to heading
Jump to headingatime: TimeLike
Jump to headingmtime: TimeLike
Return Type Jump to heading
Promise<void>