Browse Source

small cleanups

v0.7.4-release
Ryan 16 years ago
parent
commit
7879e7fd25
  1. 0
      test/mjsunit/test-tcp-reconnect.js
  2. 4
      website/api.txt

0
test/mjsunit/test-reconnecting-socket.js → test/mjsunit/test-tcp-reconnect.js

4
website/api.txt

@ -88,10 +88,6 @@ but this is something that fits well into the current design.
== API == API
Callbacks are object members which are prefixed with
+on+. All methods and members are camel cased. Constructors
always have a capital first letter.
Node supports 3 byte-string encodings: ASCII (+"ascii"+), UTF-8 (+"utf8"+), Node supports 3 byte-string encodings: ASCII (+"ascii"+), UTF-8 (+"utf8"+),
and raw binary (+"raw"+). It uses strings to represent ASCII and UTF-8 and raw binary (+"raw"+). It uses strings to represent ASCII and UTF-8
encoded data. For the moment, arrays of integers are used to represent raw encoded data. For the moment, arrays of integers are used to represent raw

Loading…
Cancel
Save