mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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). |
||
|---|---|---|
| .. | ||
| node-0.8.8.d.ts | ||
| node-0.8.8.d.ts.tscparams | ||
| node-0.10.d.ts | ||
| node-0.11-tests.ts | ||
| node-0.11.d.ts | ||
| node-0.12-tests.ts | ||
| node-0.12.d.ts | ||
| node-4-tests.ts | ||
| node-4.d.ts | ||
| node-tests.ts | ||
| node.d.ts | ||