Felix Geisendörfer 301f53c2aa Allow omission of end option for range reads
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.
2011-04-13 09:46:28 -07:00
2011-04-11 16:08:10 -07:00
2011-03-26 01:48:02 -07:00
2011-04-01 18:00:43 -07:00
2011-02-18 10:45:25 -08:00
2010-11-22 13:32:49 -08:00
2010-11-01 16:51:20 -07:00
2010-11-23 23:33:20 -06:00
2011-03-14 17:37:05 -07:00
2011-04-02 02:35:23 -07:00
2011-01-27 16:24:02 -08:00
2011-01-05 11:59:04 -08:00
2011-02-04 14:49:50 -08:00
2011-04-11 17:03:50 -07:00

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

Description
Node.js JavaScript runtime 🐢🚀 nodejs.org
Readme Multiple Licenses 1.4 GiB
Languages
JavaScript 62.4%
C++ 23.1%
Python 10.1%
C 2.7%
HTML 0.6%
Other 0.9%