mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
refactor: remove unused option
This option was added by error during the TypeScript migration.
Related: 587ccf3380
This commit is contained in:
@@ -82,12 +82,6 @@ export interface SocketOptions {
|
||||
*/
|
||||
transports: string[];
|
||||
|
||||
/**
|
||||
* The port the policy server listens on
|
||||
* @default 843
|
||||
*/
|
||||
policyPost: number;
|
||||
|
||||
/**
|
||||
* If true and if the previous websocket connection to the server succeeded,
|
||||
* the connection attempt will bypass the normal upgrade process and will
|
||||
|
||||
Reference in New Issue
Block a user