参数 callback 不再是可选的。 不传入它会在运行时抛出 TypeError。
callback
TypeError
参数 path 可以是使用 file: 协议的 WHATWG URL 对象。
path
file:
URL
参数 callback 不再是可选的。 不传入它将触发 ID 为 DEP0013 的弃用警告。
新增于: v0.1.97
uid
gid
err
异步地更改文件的所有者和群组。 除了可能的异常之外,没有为完成回调提供任何参数。
有关更多详细信息,请参阅 POSIX chown(2) 文档。
chown(2)
The callback parameter is no longer optional. Not passing it will throw a TypeError at runtime.
The path parameter can be a WHATWG URL object using file: protocol.
The callback parameter is no longer optional. Not passing it will emit a deprecation warning with id DEP0013.
Added in: v0.1.97
Asynchronously changes owner and group of a file. No arguments other than a possible exception are given to the completion callback.
See the POSIX chown(2) documentation for more detail.