Does the OPFS backend support timestamps? #21443
-
From what I can see of the OPFS API, it doesn't expose any timestamps for files. Were you somehow able to add support for them in the OPFS backend, or is it just a fundamental limitation of this API? Edit: I missed that a FileSystemFileHandle can be turned into a File, which does have a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The WasmFS backend-independent code does keep track of timestamps for files, but they're initialized to the time the file is opened and are not persistent. Currently the backends have no visibility or control over them. |
Beta Was this translation helpful? Give feedback.
The WasmFS backend-independent code does keep track of timestamps for files, but they're initialized to the time the file is opened and are not persistent. Currently the backends have no visibility or control over them.