mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Replace protocols_whitelist with transports
This commit is contained in:
@@ -158,7 +158,7 @@ export class ClientStream extends StreamClientCommon {
|
||||
this._cleanup(); // cleanup the old socket, if there was one.
|
||||
|
||||
var options = {
|
||||
protocols_whitelist: this._sockjsProtocolsWhitelist(),
|
||||
transports: this._sockjsProtocolsWhitelist(),
|
||||
...this.options._sockjsOptions
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user