mirror of https://github.com/nodejs/node.git
c93e0aaf06
This patch makes buffers the preferred output for fs.read() and fs.readSync(). The old string interface is still supported by converting buffers to strings dynamically. This allows to remove the C++ code for string handling which is also part of this patch. |
||
---|---|---|
.. | ||
disabled | ||
fixtures | ||
internet | ||
pummel | ||
simple | ||
common.js |