DefinitelyTyped/node
wallverb f1fe214803 Add cb to SNICallback
NodeJS doc: SNICallback(servername, cb) <Function> A function that will be called if the client supports SNI TLS extension. Two arguments will be passed when called: servername and cb. SNICallback should invoke cb(null, ctx), where ctx is a SecureContext instance. (tls.createSecureContext(...) can be used to get a proper SecureContext.) If SNICallback wasn't provided the default callback with high-level API will be used (see below).
2016-08-07 10:53:50 -04:00
..
node-0.8.8.d.ts Corrects readSync by making position argument optional. (#10029) 2016-07-09 15:30:47 +09:00
node-0.8.8.d.ts.tscparams normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
node-0.10.d.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-0.11-tests.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-0.11.d.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-0.12-tests.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-0.12.d.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-4-tests.ts Fix nodejs StringDecoder definition (#10100) 2016-07-19 17:05:08 -07:00
node-4.d.ts Added missing https AgentOptions to node 4 and 6 definitions 2016-08-01 17:12:48 +01:00
node-tests.ts Add simplified constructor syntax for node streams (#10105) 2016-07-20 00:07:58 -07:00
node.d.ts Add cb to SNICallback 2016-08-07 10:53:50 -04:00