File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ Exposed as `eio` in the browser standalone build.
236
236
transport request. Note: polling requests are always stamped unless this
237
237
option is explicitly set to ` false` (` false` )
238
238
- ` timestampParam` (` String` ): timestamp parameter (` t` )
239
- - ` policyPort` (` Number` ): port the policy server listens on (` 843` )
240
239
- ` path` (` String` ): path to connect to, default is ` /engine.io`
241
240
- ` transports` (` Array` ): a list of transports to try (in order).
242
241
Defaults to ` [' polling' , ' websocket' ]` . ` Engine`
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ class Socket extends Emitter {
65
65
upgrade : true ,
66
66
jsonp : true ,
67
67
timestampParam : "t" ,
68
- policyPort : 843 ,
69
68
rememberUpgrade : false ,
70
69
rejectUnauthorized : true ,
71
70
perMessageDeflate : {
You can’t perform that action at this time.
0 commit comments