Added transportOptions in connectOpts, removed extraHeaders (not working)

This commit is contained in:
Jussi Rantala 2017-10-26 15:59:58 +03:00 committed by GitHub
parent 5baaeafba9
commit 2efbb655a4

View File

@ -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.