We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5a596 commit 1eaeeecCopy full SHA for 1eaeeec
lib/socket.ts
@@ -82,12 +82,6 @@ export interface SocketOptions {
82
*/
83
transports: string[];
84
85
- /**
86
- * The port the policy server listens on
87
- * @default 843
88
- */
89
- policyPost: number;
90
-
91
/**
92
* If true and if the previous websocket connection to the server succeeded,
93
* the connection attempt will bypass the normal upgrade process and will
0 commit comments