mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
301f53c2aa
Problem: Sometimes it is useful to read a file from a certain position to it's end. The current implementation was already perfectly capable of this, but decided to throw an error when the user tried to omit the end option. The only way to do this, was to pass {end: Infinity}. Solution: Automatically assume {end: Infinity} when omitted, and remove the previous exception thrown. Also updated the docs. closes #801. |
||
---|---|---|
.. | ||
api | ||
api_assets | ||
cla.html | ||
favicon.ico | ||
index.html | ||
joyent-logo_orange_nodeorg-01.png | ||
logo.png | ||
node.1 | ||
pipe.css | ||
sh_javascript.min.js | ||
sh_main.js | ||
sh_vim-dark.css | ||
sponsored.png | ||
template.html | ||
v0.4_announcement.html |