mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added transportOptions in connectOpts, removed extraHeaders (not working)
This commit is contained in:
parent
5baaeafba9
commit
2efbb655a4
4
types/socket.io-client/index.d.ts
vendored
4
types/socket.io-client/index.d.ts
vendored
@ -617,9 +617,9 @@ declare namespace SocketIOClient {
|
||||
onlyBinaryUpgrades?: boolean;
|
||||
|
||||
/**
|
||||
* Header options for Node.js client
|
||||
* Transport options for Node.js client (headers etc)
|
||||
*/
|
||||
extraHeaders?: Object;
|
||||
transportOptions?: Object;
|
||||
|
||||
/**
|
||||
* (SSL) Certificate, Private key and CA certificates to use for SSL.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user