参数 callback 不再是可选的。 不传入它会在运行时抛出 TypeError。
callback
TypeError
参数 existingPath 和 newPath 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
existingPath
newPath
file:
URL
参数 callback 不再是可选的。 不传入它将触发 ID 为 DEP0013 的弃用警告。
新增于: v0.1.31
err
异步的 link(2)。 除了可能的异常之外,没有为完成回调提供任何参数。
link(2)
The callback parameter is no longer optional. Not passing it will throw a TypeError at runtime.
The existingPath and newPath parameters can be WHATWG URL objects using file: protocol. Support is currently still experimental.
The callback parameter is no longer optional. Not passing it will emit a deprecation warning with id DEP0013.
Added in: v0.1.31
Asynchronous link(2). No arguments other than a possible exception are given to the completion callback.