You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept Buffer and Buffer[] in typings for key, cert, and ca
These options are passed directly to `tls.createSecureContext`,
which supports `Buffer` and `Buffer[]` as argument types.
This makes the 'Connecting over encrypted connection' example
compile with TypeScript (since it uses a Buffer from 'fs.readFileSync')
0 commit comments