Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/workers/runtime-apis/nodejs/fs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ supported:

- `fs.watch` and `fs.watchFile` operations for watching for file changes.
- The `fs.globSync()` and other glob APIs have not yet been implemented.
- The `force` option in the `fs.rm` API has not yet bee implemented.
- The `force` option in the `fs.rm` API has not yet been implemented.
- Timestamps for files are always set to the Unix epoch (`1970-01-01T00:00:00Z`).
- File permissions and ownership are not supported.

Expand Down
Loading