mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Add extraHeaders option to socket.io-client.ConnectOpts.
This commit is contained in:
5
socket.io-client/index.d.ts
vendored
5
socket.io-client/index.d.ts
vendored
@@ -611,6 +611,11 @@ declare namespace SocketIOClient {
|
||||
*/
|
||||
onlyBinaryUpgrades?: boolean;
|
||||
|
||||
/**
|
||||
* Header options for Node.js client
|
||||
*/
|
||||
extraHeaders?: Object;
|
||||
|
||||
/**
|
||||
* (SSL) Certificate, Private key and CA certificates to use for SSL.
|
||||
* Can be used in Node.js client environment to manually specify
|
||||
|
||||
Reference in New Issue
Block a user