Options missing "extraHeaders"
Opened this issue · 3 comments
Deleted user commented
The interface of SocketIoConfig options is missing the "extraHeaders" attribute.
I tested it myself and it worked flawlessly. Since the socket.io-client supports it for a while now, it should definetly be a thing.
Docs
export interface SocketIoConfig {
...
options?: {
...
extraHeaders?: {
[header: string]: string;
};
}
}
Ruslancic commented
+1
felixphase commented
@Witzler How can I get this "extraHeaders" in my current installed project?
Helveg commented
npm install the current master branch