We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988fa73 commit 50e3bfeCopy full SHA for 50e3bfe
1 file changed
doc/api/vfs.md
@@ -315,6 +315,9 @@ Throws `ERR_INVALID_STATE` if `virtualCwd` was not enabled during construction.
315
The `VirtualFileSystem` class provides methods that mirror the `fs` module API.
316
All paths are relative to the VFS root (not the mount point).
317
318
+These methods accept the same argument types as their `fs` counterparts,
319
+including `string`, `Buffer`, `TypedArray`, and `DataView` where applicable.
320
+
321
#### Synchronous Methods
322
323
* `vfs.accessSync(path[, mode])` - Check file accessibility
0 commit comments