Deprecate string interface for fs.write()
This patch makes buffers the preferred input for fs.write() and fs.writeSync(). The old string interface is still supported by converting strings to buffers dynamically. This allows to remove the C++ code for string handling which is also part of this patch.
parent
c489c2c1
Please register or sign in to comment